c++: Add 5 unfixed tests.
authorMarek Polacek <polacek@redhat.com>
Tue, 10 Nov 2020 19:57:19 +0000 (14:57 -0500)
committerMarek Polacek <polacek@redhat.com>
Tue, 10 Nov 2020 20:02:51 +0000 (15:02 -0500)
commita210d404d08e363af4b2e2a60986c3cb08f8ebc5
tree6eb292f4e467b47e845f6d5cd3b231acdcf2a13a
parentf7c41c572bbc16d852104515e506936d447debbe
c++: Add 5 unfixed tests.

A couple of dg-ice tests.

gcc/testsuite/ChangeLog:

PR c++/52830
PR c++/88982
PR c++/90799
PR c++/87765
PR c++/89565
* g++.dg/cpp0x/constexpr-52830.C: New test.
* g++.dg/cpp0x/vt-88982.C: New test.
* g++.dg/cpp1z/class-deduction76.C: New test.
* g++.dg/cpp1z/constexpr-lambda26.C: New test.
* g++.dg/cpp2a/nontype-class39.C: New test.
gcc/testsuite/g++.dg/cpp0x/constexpr-52830.C [new file with mode: 0644]
gcc/testsuite/g++.dg/cpp0x/vt-88982.C [new file with mode: 0644]
gcc/testsuite/g++.dg/cpp1z/class-deduction76.C [new file with mode: 0644]
gcc/testsuite/g++.dg/cpp1z/constexpr-lambda26.C [new file with mode: 0644]
gcc/testsuite/g++.dg/cpp2a/nontype-class39.C [new file with mode: 0644]