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

2022-11-14 Thread Jason Merrill via Gcc-patches
On 11/14/22 01:43, Jakub Jelinek wrote: Hi! Working virtually out of Baker Island. As the following testcase shows, I think we don't inherit template's attributes into specializations. Tested on x86_64-linux, ok for trunk? OK. 2022-11-13 Jakub Jelinek * g++.dg/DRs/dr2604.C: New

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

2022-11-14 Thread Jakub Jelinek via Gcc-patches
Hi! Working virtually out of Baker Island. As the following testcase shows, I think we don't inherit template's attributes into specializations. Tested on x86_64-linux, ok for trunk? 2022-11-13 Jakub Jelinek * g++.dg/DRs/dr2604.C: New test. --- gcc/testsuite/g++.dg/DRs/dr2604.C.jj