* c.opt: Add -std=c++03.

From-SVN: r171460
This commit is contained in:
Jason Merrill 2011-03-25 12:16:40 -04:00 committed by Jason Merrill
parent 6510e8bbf0
commit c7dc8804a8
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2011-03-25 Jason Merrill <jason@redhat.com>
* c.opt: Add -std=c++03.
2011-03-22 Eric Botcazou <ebotcazou@adacore.com>
* c-ada-spec.c (dump_ada_template): Skip non-class instances.

View File

@ -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++