diff options
author | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-02-15 01:26:44 +0000 |
---|---|---|
committer | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-02-15 01:26:44 +0000 |
commit | dc78d83aa912a7d6f7d99a9fa41430d2487a7dd0 (patch) | |
tree | 76ab66221ec193a48645ec9dfa45c26964b7f963 /gcc/common.opt | |
parent | 1ee147393cc35486e6253b643f6c3935fa35c07a (diff) | |
download | gcc-dc78d83aa912a7d6f7d99a9fa41430d2487a7dd0.tar.gz |
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: svn+ssh://gcc.gnu.org/svn/gcc/trunk@196065 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/common.opt')
-rw-r--r-- | gcc/common.opt | 3 |
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. |