summaryrefslogtreecommitdiff
path: root/gcc/c.opt
diff options
context:
space:
mode:
authorjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>2005-03-19 20:25:53 +0000
committerjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>2005-03-19 20:25:53 +0000
commit2a5e86854333b14a007d05edd74dc3fb40b84b39 (patch)
treecfbe2ff4ce1d5a04867a971282ef833aeb113399 /gcc/c.opt
parentb8273627e3564ae8f7b831edd4607bd38987b1e6 (diff)
downloadgcc-2a5e86854333b14a007d05edd74dc3fb40b84b39.tar.gz
* c.opt (ansi, std=iso9899:1990, std=iso9899:1999,
std=iso9899:199x): Correct descriptions. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@96745 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/c.opt')
-rw-r--r--gcc/c.opt8
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/c.opt b/gcc/c.opt
index e5260f1671c..dbeffaaaf4d 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++