------- Comment #3 from rguenth at gcc dot gnu dot org  2009-09-14 09:01 -------
Testcase, build with -fno-dwarf2-cfi-asm

extern void bar (void);
int foo (void)
{
  try {
    bar();
  } catch (...) {
    return 1;
  }
  return 0;
}

int foobar (void)
{
}


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41350

Reply via email to