add #define to revert C99 inlining behaviour

Joseph S. Myers joseph@codesourcery.com
Mon Nov 6 18:20:00 GMT 2006


On Mon, 6 Nov 2006, Jakub Jelinek wrote:

> Attached is a patch that adds the gnu_inline attribute which enables the
> old GNU inline semantics rather than the ISO C99 mandated one.
> As is the patch requires that either the attribute is not present,
> or is present on all the inline decls of the same function (which is
> ok for glibc's use I think).

This patch is OK.  The fixincludes should probably be changed to use this 
new attribute.

-- 
Joseph S. Myers
joseph@codesourcery.com



More information about the Gcc-patches mailing list