This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug bootstrap/41350] [4.5 regression] FreeBSD bootstrap failure: unimplemented: Multiple EH personalities are supported only with assemblers supporting .cfi.personality directive



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]