Commit 3a1e400e by Joseph Myers Committed by Joseph Myers

c.opt (ansi, [...]): Correct descriptions.

	* c.opt (ansi, std=iso9899:1990, std=iso9899:1999,
	std=iso9899:199x): Correct descriptions.

From-SVN: r96745
parent f42eccdb
2005-03-19 Joseph S. Myers <joseph@codesourcery.com> 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 * config.gcc: Consistently use solaris2.1[0-9]* instead of
solaris2.1[0-9]. solaris2.1[0-9].
......
...@@ -395,7 +395,7 @@ Warn when a pointer differs in signedness in an assignment. ...@@ -395,7 +395,7 @@ Warn when a pointer differs in signedness in an assignment.
ansi ansi
C ObjC C++ ObjC++ 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 d
C ObjC C++ ObjC++ Joined C ObjC C++ ObjC++ Joined
...@@ -794,7 +794,7 @@ Deprecated in favor of -std=gnu99 ...@@ -794,7 +794,7 @@ Deprecated in favor of -std=gnu99
std=iso9899:1990 std=iso9899:1990
C ObjC C ObjC
Deprecated in favor of -std=c89 Conform to the ISO 1990 C standard
std=iso9899:199409 std=iso9899:199409
C ObjC C ObjC
...@@ -802,11 +802,11 @@ Conform to the ISO 1990 C standard as amended in 1994 ...@@ -802,11 +802,11 @@ Conform to the ISO 1990 C standard as amended in 1994
std=iso9899:1999 std=iso9899:1999
C ObjC C ObjC
Deprecated in favor of -std=c99 Conform to the ISO 1999 C standard
std=iso9899:199x std=iso9899:199x
C ObjC C ObjC
Deprecated in favor of -std=c99 Deprecated in favor of -std=iso9899:1999
traditional-cpp traditional-cpp
C ObjC C++ ObjC++ C ObjC C++ ObjC++
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment