http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46790
--- Comment #16 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-02-22 10:51:58 UTC --- Created attachment 23433 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23433 gcc46-pr46790.patch The last mentioned variant, which instead of doing configury puts stuff into .gcc_except_table.startup.main, .gcc_except_table.exit.foo, .gcc_except_table.unlikely.bar or .gcc_except_table.hot.baz style sections. Briefly tested with the old and new linker that the testcase is fixed.