This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: i18n of egcs
"Martin v. Loewis" <martin@mira.isdn.cs.tu-berlin.de> writes:
| > What was wrong with -std=c89 or -std=iso9899:1990 ?
|
| Nothing. I just question whether an -iso option is still justified, in
| the presence of these options.
Well, we can have a -iso option that defaults to the current standard
which can be overriden by -std= option. No?
gcc -iso # same as gcc -iso -std=c90 or gcc -ansi
gcc -iso -std=c9x
-- Gaby