OSDN Git Service

* doc/invoke.texi (C++ Dialect Options): Update -fabi-version=6
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 10 Jan 2012 14:37:34 +0000 (14:37 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 10 Jan 2012 14:37:34 +0000 (14:37 +0000)
information.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@183066 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/doc/invoke.texi

index 99a119f..540aa98 100644 (file)
@@ -1,3 +1,8 @@
+2012-01-10  Jason Merrill  <jason@redhat.com>
+
+       * doc/invoke.texi (C++ Dialect Options): Update -fabi-version=6
+       information.
+
 2012-01-10  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
 
        * configure.ac (gcc_cv_as_ix86_tlsgdplt): Check if linker
index a13ddfa..c0812fb 100644 (file)
@@ -1891,13 +1891,18 @@ The default is version 2.
 Version 3 corrects an error in mangling a constant address as a
 template argument.
 
-Version 4 implements a standard mangling for vector types.
-
-Version 5 corrects the mangling of attribute const/volatile on
-function pointer types, decltype of a plain decl, and use of a
-function parameter in the declaration of another parameter.
-
-Version 6 corrects the promotion behavior of C++11 scoped enums.
+Version 4, which first appeared in G++ 4.5, implements a standard
+mangling for vector types.
+
+Version 5, which first appeared in G++ 4.6, corrects the mangling of
+attribute const/volatile on function pointer types, decltype of a
+plain decl, and use of a function parameter in the declaration of
+another parameter.
+
+Version 6, which first appeared in G++ 4.7, corrects the promotion
+behavior of C++11 scoped enums and the mangling of template argument
+packs, const/static_cast, prefix ++ and --, and a class scope function
+used as a template argument.
 
 See also @option{-Wabi}.