Re: [PATCH] c++/modules: Merge default arguments [PR99274]

2024-11-04 Thread Jason Merrill
On 11/2/24 7:05 AM, Nathaniel Shead wrote: On Fri, Nov 01, 2024 at 11:23:41AM -0400, Jason Merrill wrote: On 8/22/24 8:02 PM, Nathaniel Shead wrote: On Thu, Aug 22, 2024 at 02:20:14PM -0400, Patrick Palka wrote: On Mon, 12 Aug 2024, Nathaniel Shead wrote: Bootstrapped and regtested on x86_64

Re: [PATCH] c++/modules: Merge default arguments [PR99274]

2024-11-02 Thread Nathaniel Shead
On Fri, Nov 01, 2024 at 11:23:41AM -0400, Jason Merrill wrote: > On 8/22/24 8:02 PM, Nathaniel Shead wrote: > > On Thu, Aug 22, 2024 at 02:20:14PM -0400, Patrick Palka wrote: > > > On Mon, 12 Aug 2024, Nathaniel Shead wrote: > > > > > > > Bootstrapped and regtested on x86_64-pc-linux-gnu, OK for t

Re: [PATCH] c++/modules: Merge default arguments [PR99274]

2024-11-01 Thread Jason Merrill
On 8/22/24 8:02 PM, Nathaniel Shead wrote: On Thu, Aug 22, 2024 at 02:20:14PM -0400, Patrick Palka wrote: On Mon, 12 Aug 2024, Nathaniel Shead wrote: Bootstrapped and regtested on x86_64-pc-linux-gnu, OK for trunk? I tried to implement a remapping of the slots for TARGET_EXPRs for the FIXME b

Re: [PATCH] c++/modules: Merge default arguments [PR99274]

2024-10-22 Thread Nathaniel Shead
Ping for https://gcc.gnu.org/pipermail/gcc-patches/2024-August/660134.html. On Thu, Sep 12, 2024 at 01:35:38PM -0400, Patrick Palka wrote: > On Fri, 23 Aug 2024, Nathaniel Shead wrote: > > > On Thu, Aug 22, 2024 at 02:20:14PM -0400, Patrick Palka wrote: > > > On Mon, 12 Aug 2024, Nathaniel Shead

Re: [PATCH] c++/modules: Merge default arguments [PR99274]

2024-10-04 Thread Nathaniel Shead
Ping for https://gcc.gnu.org/pipermail/gcc-patches/2024-August/660134.html. On Thu, Sep 12, 2024 at 01:35:38PM -0400, Patrick Palka wrote: > On Fri, 23 Aug 2024, Nathaniel Shead wrote: > > > On Thu, Aug 22, 2024 at 02:20:14PM -0400, Patrick Palka wrote: > > > On Mon, 12 Aug 2024, Nathaniel Shead

Re: [PATCH] c++/modules: Merge default arguments [PR99274]

2024-09-12 Thread Patrick Palka
On Fri, 23 Aug 2024, Nathaniel Shead wrote: > On Thu, Aug 22, 2024 at 02:20:14PM -0400, Patrick Palka wrote: > > On Mon, 12 Aug 2024, Nathaniel Shead wrote: > > > > > Bootstrapped and regtested on x86_64-pc-linux-gnu, OK for trunk? > > > > > > I tried to implement a remapping of the slots for TA

Re: [PATCH] c++/modules: Merge default arguments [PR99274]

2024-09-02 Thread Nathaniel Shead
Ping. On Fri, Aug 23, 2024 at 10:02:44AM +1000, Nathaniel Shead wrote: > On Thu, Aug 22, 2024 at 02:20:14PM -0400, Patrick Palka wrote: > > On Mon, 12 Aug 2024, Nathaniel Shead wrote: > > > > > Bootstrapped and regtested on x86_64-pc-linux-gnu, OK for trunk? > > > > > > I tried to implement a re

Re: [PATCH] c++/modules: Merge default arguments [PR99274]

2024-08-22 Thread Nathaniel Shead
On Thu, Aug 22, 2024 at 02:20:14PM -0400, Patrick Palka wrote: > On Mon, 12 Aug 2024, Nathaniel Shead wrote: > > > Bootstrapped and regtested on x86_64-pc-linux-gnu, OK for trunk? > > > > I tried to implement a remapping of the slots for TARGET_EXPRs for the > > FIXME but I wasn't able to work ou

Re: [PATCH] c++/modules: Merge default arguments [PR99274]

2024-08-22 Thread Patrick Palka
On Mon, 12 Aug 2024, Nathaniel Shead wrote: > Bootstrapped and regtested on x86_64-pc-linux-gnu, OK for trunk? > > I tried to implement a remapping of the slots for TARGET_EXPRs for the > FIXME but I wasn't able to work out how to do so effectively. Given > that I doubt this will be a common iss

[PATCH] c++/modules: Merge default arguments [PR99274]

2024-08-11 Thread Nathaniel Shead
Bootstrapped and regtested on x86_64-pc-linux-gnu, OK for trunk? I tried to implement a remapping of the slots for TARGET_EXPRs for the FIXME but I wasn't able to work out how to do so effectively. Given that I doubt this will be a common issue I felt probably easiest to leave it for now and focu