diff options
author | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-03-25 16:16:40 +0000 |
---|---|---|
committer | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-03-25 16:16:40 +0000 |
commit | 3c47771cabbe2f77e1a77665e8a5321a0c6afeaa (patch) | |
tree | 5134c9765135bcccaf72bb9556eccfac0261d0c2 /gcc/c-family/c.opt | |
parent | 59839b36edf8d648679f33d7d1917c83b4820cc1 (diff) | |
download | gcc-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.opt | 6 |
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++ |