Commit c7dc8804 by Jason Merrill Committed by Jason Merrill

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

From-SVN: r171460
parent 6510e8bb
2011-03-25 Jason Merrill <jason@redhat.com>
* c.opt: Add -std=c++03.
2011-03-22 Eric Botcazou <ebotcazou@adacore.com> 2011-03-22 Eric Botcazou <ebotcazou@adacore.com>
* c-ada-spec.c (dump_ada_template): Skip non-class instances. * c-ada-spec.c (dump_ada_template): Skip non-class instances.
......
...@@ -1137,7 +1137,11 @@ Remap file names when including files ...@@ -1137,7 +1137,11 @@ Remap file names when including files
std=c++98 std=c++98
C++ ObjC++ 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 std=c++0x
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