Re: [PATCH] c++: substituting fn parm redeclared with dep alias tmpl [PR120224]

2025-06-05 Thread Jason Merrill
On 6/4/25 11:18 AM, Patrick Palka wrote: On Wed, 21 May 2025, Jason Merrill wrote: On 5/20/25 11:28 AM, Patrick Palka wrote: On Mon, 19 May 2025, Patrick Palka wrote: Bootstrapped and regtested on x86_64-pc-linux-gnu, does this look OK for trunk/15/14? Whoops, CI reports I missed a testsui

Re: [PATCH] c++: substituting fn parm redeclared with dep alias tmpl [PR120224]

2025-06-04 Thread Patrick Palka
On Wed, 21 May 2025, Jason Merrill wrote: > On 5/20/25 11:28 AM, Patrick Palka wrote: > > On Mon, 19 May 2025, Patrick Palka wrote: > > > > > Bootstrapped and regtested on x86_64-pc-linux-gnu, does this look > > > OK for trunk/15/14? > > > > Whoops, CI reports I missed a testsuite adjustment exp

Re: [PATCH] c++: substituting fn parm redeclared with dep alias tmpl [PR120224]

2025-05-21 Thread Jason Merrill
On 5/20/25 11:28 AM, Patrick Palka wrote: On Mon, 19 May 2025, Patrick Palka wrote: Bootstrapped and regtested on x86_64-pc-linux-gnu, does this look OK for trunk/15/14? Whoops, CI reports I missed a testsuite adjustment expecting an additional error in other/default13.C, which seems reasonab

Re: [PATCH] c++: substituting fn parm redeclared with dep alias tmpl [PR120224]

2025-05-20 Thread Patrick Palka
On Mon, 19 May 2025, Patrick Palka wrote: > Bootstrapped and regtested on x86_64-pc-linux-gnu, does this look > OK for trunk/15/14? Whoops, CI reports I missed a testsuite adjustment expecting an additional error in other/default13.C, which seems reasonable. Here's an updated patch. -- >8 -- H