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

joseph at codesourcery dot com gcc-bugzilla@gcc.gnu.org
Fri Nov 25 17:24:00 GMT 2011


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.



More information about the Gcc-bugs mailing list