Message ID | 4D8CBC10.4010902@redhat.com |
---|---|
State | New |
Headers | show |
diff --git a/gcc/c-family/c.opt b/gcc/c-family/c.opt index 0061ec5..4c4727f 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++