summaryrefslogtreecommitdiff
path: root/gcc/c-family/c.opt
diff options
context:
space:
mode:
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>2011-03-25 16:16:40 +0000
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>2011-03-25 16:16:40 +0000
commit3c47771cabbe2f77e1a77665e8a5321a0c6afeaa (patch)
tree5134c9765135bcccaf72bb9556eccfac0261d0c2 /gcc/c-family/c.opt
parent59839b36edf8d648679f33d7d1917c83b4820cc1 (diff)
downloadgcc-3c47771cabbe2f77e1a77665e8a5321a0c6afeaa.tar.gz
* c.opt: Add -std=c++03.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@171460 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/c-family/c.opt')
-rw-r--r--gcc/c-family/c.opt6
1 files changed, 5 insertions, 1 deletions
diff --git a/gcc/c-family/c.opt b/gcc/c-family/c.opt
index 0061ec57f52..4c4727f31c5 100644
--- a/gcc/c-family/c.opt
+++ b/gcc/c-family/c.opt
@@ -1137,7 +1137,11 @@ Remap file names when including files
std=c++98
C++ ObjC++
-Conform to the ISO 1998 C++ standard
+Conform to the ISO 1998 C++ standard revised by the 2003 technical corrigendum
+
+std=c++03
+C++ ObjC++ Alias(std=c++98)
+Conform to the ISO 1998 C++ standard revised by the 2003 technical corrigendum
std=c++0x
C++ ObjC++