diff options
author | Jason Merrill <jason@redhat.com> | 2013-04-03 20:14:00 -0400 |
---|---|---|
committer | Jason Merrill <jason@gcc.gnu.org> | 2013-04-03 20:14:00 -0400 |
commit | 0861bec80a0d8ff9aae4ed031e7f6869d37a3af2 (patch) | |
tree | db5ffa9a448dd27fa04e384e2492f7f9d32e6d9e /gcc/common.opt | |
parent | 4e8567986360dd629df5e60cfe881ac0916e45d0 (diff) | |
download | gcc-0861bec80a0d8ff9aae4ed031e7f6869d37a3af2.zip gcc-0861bec80a0d8ff9aae4ed031e7f6869d37a3af2.tar.gz gcc-0861bec80a0d8ff9aae4ed031e7f6869d37a3af2.tar.bz2 |
cp-demangle.c (cplus_demangle_type): Fix function quals.
libiberty/
* cp-demangle.c (cplus_demangle_type): Fix function quals.
(d_pointer_to_member_type): Simplify.
gcc/cp/
* mangle.c (write_type): When writing a function type with
function-cv-quals, don't add the unqualified type as a
substitution candidate.
From-SVN: r197460
Diffstat (limited to 'gcc/common.opt')
-rw-r--r-- | gcc/common.opt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/common.opt b/gcc/common.opt index bdbd3b6c..e02e7ed 100644 --- a/gcc/common.opt +++ b/gcc/common.opt @@ -792,6 +792,11 @@ Driver Undocumented ; 7: The version of the ABI that treats nullptr_t as a builtin type and ; corrects the mangling of lambdas in default argument scope. ; First selectable in G++ 4.8. +; +; 8: The version of the ABI that corrects the substitution behavior of +; function types with function-cv-qualifiers. +; First selectable in G++ 4.9. +; ; Additional positive integers will be assigned as new versions of ; the ABI become the default version of the ABI. fabi-version= |