aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/lambda.c
diff options
context:
space:
mode:
authorNathan Sidwell <nathan@acm.org>2017-11-20 14:39:00 +0000
committerNathan Sidwell <nathan@gcc.gnu.org>2017-11-20 14:39:00 +0000
commit6aa80414a003b2cd9af254e4701838072a1f17dd (patch)
treeba5912c09897e80e79f8a222c41d3dfae9c08ccd /gcc/cp/lambda.c
parent7b7b60c83047db2e4bde9e7f40ce3f1738694789 (diff)
downloadgcc-6aa80414a003b2cd9af254e4701838072a1f17dd.zip
gcc-6aa80414a003b2cd9af254e4701838072a1f17dd.tar.gz
gcc-6aa80414a003b2cd9af254e4701838072a1f17dd.tar.bz2
[PR c++/82878] pass-by-invisiref in lambda
https://gcc.gnu.org/ml/gcc-patches/2017-11/msg01115.html PR c++/82878 PR c++/78495 * call.c (build_call_a): Don't set CALL_FROM_THUNK_P for inherited ctor. * cp-gimplify.c (cp_genericize_r): Restore THUNK dereference inhibibition check removed in previous c++/78495 change. PR c++/82878 * g++.dg/cpp0x/pr82878.C: New. * g++.dg/cpp1z/inh-ctor38.C: Check moves too. From-SVN: r254958
Diffstat (limited to 'gcc/cp/lambda.c')
-rw-r--r--gcc/cp/lambda.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/cp/lambda.c b/gcc/cp/lambda.c
index 4480c67..76a839c 100644
--- a/gcc/cp/lambda.c
+++ b/gcc/cp/lambda.c
@@ -1103,7 +1103,6 @@ maybe_add_lambda_conv_op (tree type)
}
}
-
if (generic_lambda_p)
{
if (decltype_call)