aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2005-03-19 20:25:53 +0000
committerJoseph Myers <jsm28@gcc.gnu.org>2005-03-19 20:25:53 +0000
commit3a1e400e06e1c512201ab3a5b98f9ad831e7a884 (patch)
treecfbe2ff4ce1d5a04867a971282ef833aeb113399
parentf42eccdb32d2b2d91999d5a501501c85179030fe (diff)
downloadgcc-3a1e400e06e1c512201ab3a5b98f9ad831e7a884.zip
gcc-3a1e400e06e1c512201ab3a5b98f9ad831e7a884.tar.gz
gcc-3a1e400e06e1c512201ab3a5b98f9ad831e7a884.tar.bz2
c.opt (ansi, [...]): Correct descriptions.
* c.opt (ansi, std=iso9899:1990, std=iso9899:1999, std=iso9899:199x): Correct descriptions. From-SVN: r96745
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/c.opt8
2 files changed, 9 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 07f6e1b..3268f69 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,10 @@
2005-03-19 Joseph S. Myers <joseph@codesourcery.com>
+ * c.opt (ansi, std=iso9899:1990, std=iso9899:1999,
+ std=iso9899:199x): Correct descriptions.
+
+2005-03-19 Joseph S. Myers <joseph@codesourcery.com>
+
* config.gcc: Consistently use solaris2.1[0-9]* instead of
solaris2.1[0-9].
diff --git a/gcc/c.opt b/gcc/c.opt
index e5260f1..dbeffaa 100644
--- a/gcc/c.opt
+++ b/gcc/c.opt
@@ -395,7 +395,7 @@ Warn when a pointer differs in signedness in an assignment.
ansi
C ObjC C++ ObjC++
-A synonym for -std=c89. In a future version of GCC it will become synonymous with -std=c99 instead
+A synonym for -std=c89 (for C) or -std=c++98 (for C++).
d
C ObjC C++ ObjC++ Joined
@@ -794,7 +794,7 @@ Deprecated in favor of -std=gnu99
std=iso9899:1990
C ObjC
-Deprecated in favor of -std=c89
+Conform to the ISO 1990 C standard
std=iso9899:199409
C ObjC
@@ -802,11 +802,11 @@ Conform to the ISO 1990 C standard as amended in 1994
std=iso9899:1999
C ObjC
-Deprecated in favor of -std=c99
+Conform to the ISO 1999 C standard
std=iso9899:199x
C ObjC
-Deprecated in favor of -std=c99
+Deprecated in favor of -std=iso9899:1999
traditional-cpp
C ObjC C++ ObjC++