This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: i18n of egcs
- To: Gabriel dot Dos_Reis at sophia dot inria dot fr (Gabriel Dos_Reis)
- Subject: Re: i18n of egcs
- From: Joe Buck <jbuck at Synopsys dot COM>
- Date: Wed, 28 Apr 99 23:54:28 PDT
- Cc: egcs at egcs dot cygnus dot com
> Well, we can have a -iso option that defaults to the current standard
> which can be overriden by -std= option. No?
Certainly. Let -iso mean "the ISO standard currently in effect for
the language in use", same for -ansi/ANSI standard. For C and C++,
the two are the same.
> gcc -iso # same as gcc -iso -std=c90 or gcc -ansi
> gcc -iso -std=c9x
>
> -- Gaby
>