mirror of git://gcc.gnu.org/git/gcc.git
parent
6510e8bbf0
commit
c7dc8804a8
|
@ -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.
|
||||
|
|
|
@ -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++
|
||||
|
|
Loading…
Reference in New Issue