]> gcc.gnu.org Git - gcc.git/commit
c++: Add tests for fixed PRs.
authorMarek Polacek <polacek@redhat.com>
Thu, 17 Sep 2020 19:31:50 +0000 (15:31 -0400)
committerMarek Polacek <polacek@redhat.com>
Thu, 17 Sep 2020 19:32:43 +0000 (15:32 -0400)
commit4f0aa5b051c0d3e81478bcb495e4e072b2d9827d
treead4dbd6d8399ae847e91f4fa4543a4c6c03cacc9
parentc560591408440f441b8b327f5b41f9328d20b67b
c++: Add tests for fixed PRs.

Bugzilla inspection turned up a bunch of old(er) PRs that have been
fixed.  Let's include them not to regress in the future.

gcc/testsuite/ChangeLog:

PR c++/87530
PR c++/58156
PR c++/68828
PR c++/86002
PR c++/91525
PR c++/96223
PR c++/87032
PR c++/35098
* g++.dg/cpp0x/move-return4.C: New test.
* g++.dg/cpp0x/vt-58156.C: New test.
* g++.dg/cpp2a/concepts-pr68828.C: New test.
* g++.dg/cpp2a/concepts-pr86002.C: New test.
* g++.dg/cpp2a/concepts-pr91525.C: New test.
* g++.dg/cpp2a/constexpr-indeterminate1.C: New test.
* g++.dg/cpp2a/desig17.C: New test.
* g++.dg/ext/attrib62.C: New test.
gcc/testsuite/g++.dg/cpp0x/move-return4.C [new file with mode: 0644]
gcc/testsuite/g++.dg/cpp0x/vt-58156.C [new file with mode: 0644]
gcc/testsuite/g++.dg/cpp2a/concepts-pr68828.C [new file with mode: 0644]
gcc/testsuite/g++.dg/cpp2a/concepts-pr86002.C [new file with mode: 0644]
gcc/testsuite/g++.dg/cpp2a/concepts-pr91525.C [new file with mode: 0644]
gcc/testsuite/g++.dg/cpp2a/constexpr-indeterminate1.C [new file with mode: 0644]
gcc/testsuite/g++.dg/cpp2a/desig17.C [new file with mode: 0644]
gcc/testsuite/g++.dg/ext/attrib62.C [new file with mode: 0644]
This page took 0.063643 seconds and 6 git commands to generate.