* c.opt: Add -std=c++03.
authorJason Merrill <jason@redhat.com>
Fri, 25 Mar 2011 16:16:40 +0000 (12:16 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Fri, 25 Mar 2011 16:16:40 +0000 (12:16 -0400)
From-SVN: r171460

gcc/c-family/ChangeLog
gcc/c-family/c.opt

index 597aeefd38813f24800500460b4a41e30bca4de8..f9f625c33354786a834b743bd19029521d595114 100644 (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.
index 0061ec57f5210442d28f6f4a19a058d305bbfd94..4c4727f31c5719b6fbf2db0b1e9fdb497b86b142 100644 (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++