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: add #define to revert C99 inlining behaviour


gkeating@apple.com (Geoffrey Keating) writes:

> Apparently it is 'controversial' that -std=c99 should implement C99.
> 
> So, here is a #define.  You can switch it off, on again, off again, on
> again, and so on, to your heart's delight.
> 
> Lightly tested on i686-apple-darwin9.
> -- 
> - Geoffrey Keating <geoffk@apple.com>
> 
> ===File ~/patches/gcc-c99inline-lightswitch.patch===========
> 2006-11-03  Geoffrey Keating  <geoffk@apple.com>
> 
> 	* c-decl.c (WANT_C99_INLINE_SEMANTICS): New, set to 1.
> 	(merge_decls): Implement WANT_C99_INLINE_SEMANTICS.
> 	(grokdeclarator): Likewise.

This is completely pointless.  Please do not check this in.  Thanks.

I understand that you do not think there is an issue about this, but I
hope you understand that other people can see all the facts that you
see and still believe that there is an issue.

Ian


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