aboutsummaryrefslogtreecommitdiff
path: root/gcc/common.opt
diff options
context:
space:
mode:
authorJason Merrill <jason@redhat.com>2013-04-03 20:14:00 -0400
committerJason Merrill <jason@gcc.gnu.org>2013-04-03 20:14:00 -0400
commit0861bec80a0d8ff9aae4ed031e7f6869d37a3af2 (patch)
treedb5ffa9a448dd27fa04e384e2492f7f9d32e6d9e /gcc/common.opt
parent4e8567986360dd629df5e60cfe881ac0916e45d0 (diff)
downloadgcc-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.opt5
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=