Re: [PATCH] c++: Add testcase for DR 2874

2024-09-25 Thread Jason Merrill
On 9/25/24 10:01 AM, Jakub Jelinek wrote: Hi! Seems we already allow the partial specializations the way the DR clarifies, so this patch just adds a testcase which verifies that. Tested on x86_64-linux, ok for trunk? OK. 2024-09-25 Jakub Jelinek * g++.dg/DRs/dr2874.C: New test.

[PATCH] c++: Add testcase for DR 2874

2024-09-25 Thread Jakub Jelinek
Hi! Seems we already allow the partial specializations the way the DR clarifies, so this patch just adds a testcase which verifies that. Tested on x86_64-linux, ok for trunk? 2024-09-25 Jakub Jelinek * g++.dg/DRs/dr2874.C: New test. --- gcc/testsuite/g++.dg/DRs/dr2874.C.jj20