Re: [PATCH] c++: alias template with dependent attributes [PR115897]

2024-07-15 Thread Jason Merrill
On 7/12/24 2:53 PM, Patrick Palka wrote: Bootstrapped and regtested on x86_64-pc-linux-gnu, does this look OK for trunk/14? -- >8 -- Here we're prematurely stripping the dependent alias template-id A to its defining-type-id T when used as a template argument, which in turn causes us to essentia

[PATCH] c++: alias template with dependent attributes [PR115897]

2024-07-12 Thread Patrick Palka
Bootstrapped and regtested on x86_64-pc-linux-gnu, does this look OK for trunk/14? -- >8 -- Here we're prematurely stripping the dependent alias template-id A to its defining-type-id T when used as a template argument, which in turn causes us to essentially ignore A's vector_size attribute. It s