re PR c++/79180 (Nested lambda-capture causes segfault for parameter pack)
commitbac1187dadc70649c507da4a60ab8215fe534be7
authorPaolo Carlini <paolo.carlini@oracle.com>
Mon, 2 Oct 2017 12:40:26 +0000 (2 12:40 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Mon, 2 Oct 2017 12:40:26 +0000 (2 12:40 +0000)
tree6d4f7a7065da4abcd194a0a8e653c94a7d01819f
parent22381c22b4713ccdf504e80d59866b73f7f734fe
re PR c++/79180 (Nested lambda-capture causes segfault for parameter pack)

2017-10-02  Paolo Carlini  <paolo.carlini@oracle.com>

PR c++/79180
* g++.dg/cpp0x/lambda/lambda-nested8.C: New.
* g++.dg/torture/pr79180.C: Likewise.

PR c++/71386
* g++.dg/cpp1y/lambda-generic-nested1.C: New.

From-SVN: r253350
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/cpp0x/lambda/lambda-nested8.C [new file with mode: 0644]
gcc/testsuite/g++.dg/cpp1y/lambda-generic-nested1.C [new file with mode: 0644]
gcc/testsuite/g++.dg/torture/pr79180.C [new file with mode: 0644]