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

Re: i18n of egcs



> 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
> 


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