diff options
author | Jason Merrill <jason@redhat.com> | 2012-01-10 09:37:34 -0500 |
---|---|---|
committer | Jason Merrill <jason@gcc.gnu.org> | 2012-01-10 09:37:34 -0500 |
commit | 90aa444ce6a6168eb68cd36ce59efb874492928e (patch) | |
tree | 8c7eefc85754a91aef05a1edc868dde008bf7430 /gcc/doc | |
parent | a1e0490fb89dc31a8c1714be2ea0436affe1e2da (diff) | |
download | gcc-90aa444ce6a6168eb68cd36ce59efb874492928e.zip gcc-90aa444ce6a6168eb68cd36ce59efb874492928e.tar.gz gcc-90aa444ce6a6168eb68cd36ce59efb874492928e.tar.bz2 |
invoke.texi (C++ Dialect Options): Update -fabi-version=6 information.
* doc/invoke.texi (C++ Dialect Options): Update -fabi-version=6
information.
From-SVN: r183066
Diffstat (limited to 'gcc/doc')
-rw-r--r-- | gcc/doc/invoke.texi | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index a13ddfa..c0812fb 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -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}. |