Fix testsuite for inlining

Richard Henderson rth@redhat.com
Tue Jan 21 21:47:00 GMT 2003


On Tue, Jan 21, 2003 at 10:43:31PM +0100, Jan Hubicka wrote:
> Thinking about it, alternative behaviours can be:
> 1) make compiler to only forward inline when function overwrites builtin
>    (100% compatible with current code)
> 2) make compiler to never inline when function overwrite builtin
>    (consistent, but will break glibc and kernel headers at least)

(3) For symbols reserved by the language, apply builtin first, 
    and only if that fails fall back to the local definition
    (which may then be inlined).


r~



More information about the Gcc-patches mailing list