]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
c.opt (ansi, [...]): Correct descriptions.
authorJoseph Myers <joseph@codesourcery.com>
Sat, 19 Mar 2005 20:30:38 +0000 (20:30 +0000)
committerJoseph Myers <jsm28@gcc.gnu.org>
Sat, 19 Mar 2005 20:30:38 +0000 (20:30 +0000)
* c.opt (ansi, std=iso9899:1990, std=iso9899:1999,
std=iso9899:199x): Correct descriptions.

From-SVN: r96747

gcc/ChangeLog
gcc/c.opt

index 5e0559158ada55042ff2a97e39720de4c39d6519..90281cc6364155f6bf6fcf74ab0b1a659dad488b 100644 (file)
@@ -1,3 +1,8 @@
+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  Andy Hutchinson  <HutchinsonAndy@netscape.net>
 
        PR target/18251
index 2a2ff85b738067276ada5bccf459d8b171e21a17..7160dabbc55d3044634afa4492b4a3cfd83b8b5d 100644 (file)
--- a/gcc/c.opt
+++ b/gcc/c.opt
@@ -405,7 +405,7 @@ Give strings the type \"array of char\"
 
 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
@@ -788,7 +788,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
@@ -796,11 +796,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++