[Bug bootstrap/41350] [4.5 regression] FreeBSD bootstrap failure: unimplemented: Multiple EH personalities are supported only with assemblers supporting .cfi.personality directive
rguenth at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Mon Sep 14 09:01:00 GMT 2009
------- 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
More information about the Gcc-bugs
mailing list