]> git.ipfire.org Git - thirdparty/gcc.git/commit
c++: Add testcase for DR 2874
authorJakub Jelinek <jakub@redhat.com>
Wed, 25 Sep 2024 14:08:33 +0000 (16:08 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Wed, 25 Sep 2024 14:26:36 +0000 (16:26 +0200)
commit7cf85d137ba8f83a54438f53f557225485c3f695
tree86c65a7f2ad5135eccdc5011f600ad70cb19fe16
parent0564d9501ebf11c9f0c541ac79054a38ec791d8c
c++: Add testcase for DR 2874

Seems we already allow the partial specializations the way the DR clarifies,
so this patch just adds a testcase which verifies that.

2024-09-25  Jakub Jelinek  <jakub@redhat.com>

* g++.dg/DRs/dr2874.C: New test.
gcc/testsuite/g++.dg/DRs/dr2874.C [new file with mode: 0644]