This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Builtins-vs-libcalls-vs-optimised-away-vs-still-emitting-an-undefined-symbol-reference
> > There was a patch to the c++ frontend recently to avoid a similar problem
> > with EH personality routines.
>
> Couldn't see what you're referring to in cp/ChangeLog straight away, have
> you got a pointer/rough date/search term I can use?
Ah, it wasn't actually the c++ forntend:
2007-03-19 Mark Mitchell <mark@codesourcery.com>
* except.c (output_function_exception_table): Do not reference the
EH personality routine for functions that do not require an
exception table.
Paul