This is the mail archive of the gcc-patches@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]

Re: [patch] Fix gcc.dg/sibcall-[34].c.


On Fri, Feb 27, 2004 at 09:05:31PM -0500, Kazu Hirata wrote:
> The patch fixes the problem by making all functions extern to prevent
> inlining.

This does not prevent inlining.  Use attribute noinline instead.


r~


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