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

[Bug target/40411] -std=c99 does not enable c99 mode in Solaris C library


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40411

--- Comment #26 from joseph at codesourcery dot com <joseph at codesourcery dot com> 2011-11-25 17:15:31 UTC ---
All the various options equivalent to -std=c99 now map to -std=c99 using 
Alias in the .opt file, so specs only need to handle that one spelling.  
The same applies with -std=gnu99.

Note that -ansi and -std=c90 are not marked as Aliases for each other 
because the meaning of -ansi depends on whether C or C++ is being built.


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