This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: an option to enable C9X features
- To: mrs at wrs dot com (Mike Stump)
- Subject: Re: an option to enable C9X features
- From: Jim Wilson <wilson at cygnus dot com>
- Date: Wed, 25 Mar 1998 14:18:16 -0800
- cc: egcs at cygnus dot com
> -std=iso9899:1990 ANSI C X3.159-1989 / ISO/IEC C 9899:1990
> -std=iso9899:199409 ANSI C as modified by Normative Addendum 1
I like the flexibility of the longer options, but I wonder if we
should force dumb users to type such long names, or are we secretly
discouraging the use of any ISO standard? :-)/2
We can add aliases if necessary. We already have -ansi (and -pedantic?) which
is equivalent to -std=iso9899:1990 for C code. We could perhaps add a -std=na1
for the Normative Addition #1. I suspect that there will be lots of different
standards that people will be interested in, so having the generality at the
begining will be useful.
Jim