aboutsummaryrefslogtreecommitdiff
path: root/gcc/cpp.texi
diff options
context:
space:
mode:
authorJoseph Myers <jsm28@cam.ac.uk>2000-07-17 03:39:37 -0600
committerJeff Law <law@gcc.gnu.org>2000-07-17 03:39:37 -0600
commit49419c8f9ec568675219effb77a6fc2bdb586e65 (patch)
tree59b58dd0bf930ac69067cb97c45d2dc8473443e4 /gcc/cpp.texi
parente256b8b6ec617f79556073d1e563dc5bc4d1807b (diff)
downloadgcc-49419c8f9ec568675219effb77a6fc2bdb586e65.zip
gcc-49419c8f9ec568675219effb77a6fc2bdb586e65.tar.gz
gcc-49419c8f9ec568675219effb77a6fc2bdb586e65.tar.bz2
contrib.texi, [...]: Update references to C9X.
* contrib.texi, cpp.texi, extend.texi, invoke.texi: Update references to C9X. Change references to -fstd and -flang-isoc9x to refer to -std. From-SVN: r35087
Diffstat (limited to 'gcc/cpp.texi')
-rw-r--r--gcc/cpp.texi23
1 files changed, 13 insertions, 10 deletions
diff --git a/gcc/cpp.texi b/gcc/cpp.texi
index 0e30e1d..0898a8b 100644
--- a/gcc/cpp.texi
+++ b/gcc/cpp.texi
@@ -3303,25 +3303,28 @@ added in the future.
may be one of:
@table @code
@item iso9899:1990
-The ISO C standard from 1990.
-
-@item iso9899:199409
@itemx c89
-The 1990 C standard, as amended in 1994. @samp{c89} is the customary
-shorthand for this version of the standard.
+The ISO C standard from 1990. @samp{c89} is the customary shorthand for
+this version of the standard.
The @samp{-ansi} option is equivalent to @samp{-std=c89}.
-@item iso9899:199x
+@item iso9899:199409
+The 1990 C standard, as amended in 1994.
+
+@item iso9899:1999
+@itemx c99
+@itemx iso9899:199x
@itemx c9x
-The revised ISO C standard, which is expected to be promulgated some
-time in 1999. It has not been approved yet, hence the @samp{x}.
+The revised ISO C standard, published in December 1999. Before
+publication, this was known as C9X.
@item gnu89
The 1990 C standard plus GNU extensions. This is the default.
-@item gnu9x
-The 199x C standard plus GNU extensions.
+@item gnu99
+@itemx gnu9x
+The 1999 C standard plus GNU extensions.
@end table
@item -Wp,-lint