Re: [PATCH] c++: erroneous partial spec vs primary tmpl [PR116064]

2024-08-07 Thread Jason Merrill
On 8/7/24 11:09 AM, Patrick Palka wrote: Bootstrapped and regtested on x86_64-pc-linux-gnu, does this look OK for trunk? OK. -- >8 -- When a partial specialization is deemed erroneous at parse time, we currently flag the primary template as erroneous instead. Later at instantiation time we

[PATCH] c++: erroneous partial spec vs primary tmpl [PR116064]

2024-08-07 Thread Patrick Palka
Bootstrapped and regtested on x86_64-pc-linux-gnu, does this look OK for trunk? -- >8 -- When a partial specialization is deemed erroneous at parse time, we currently flag the primary template as erroneous instead. Later at instantiation time we check if the primary template is erroneous rather