aboutsummaryrefslogtreecommitdiff
path: root/gcc/common.opt
diff options
context:
space:
mode:
authorJason Merrill <jason@redhat.com>2013-02-15 01:26:44 +0000
committerJason Merrill <jason@redhat.com>2013-02-15 01:26:44 +0000
commitf7b78fdeb1be581927c7765abef3c658e94affa5 (patch)
tree76ab66221ec193a48645ec9dfa45c26964b7f963 /gcc/common.opt
parentad54a016f4f7ad3f276d98a55d6ebabd88383530 (diff)
PR c++/55223
gcc/cp/ * pt.c (tsubst_copy_and_build) [LAMBDA_EXPR]: Fix handling of default argument scope. * mangle.c (write_name): Likewise. libiberty/ * cp-demangle.c (d_dump): Handle DEMANGLE_COMPONENT_DEFAULT_ARG. (d_print_comp): Likewise. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@196065 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/common.opt')
-rw-r--r--gcc/common.opt3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/common.opt b/gcc/common.opt
index b6592e09aaa..3c7b4153846 100644
--- a/gcc/common.opt
+++ b/gcc/common.opt
@@ -785,7 +785,8 @@ Driver Undocumented
; argument.
; First selectable in G++ 4.7.
;
-; 7: The version of the ABI that treats nullptr_t as a builtin type.
+; 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.
; Additional positive integers will be assigned as new versions of
; the ABI become the default version of the ABI.