Re: [PATCH 3/3] c++: Add locations to using_p OVERLOADs

2024-07-11 Thread Jason Merrill
On 7/9/24 9:55 AM, Nathaniel Shead wrote: On Mon, Jul 08, 2024 at 02:24:14PM -0400, Jason Merrill wrote: On 7/6/24 10:13 PM, Nathaniel Shead wrote: Bootstrapped and regtested on x86_64-pc-linux-gnu, OK for trunk? I have also been working on a patch that uses the locations of using-decls in 'di

Re: [PATCH 3/3] c++: Add locations to using_p OVERLOADs

2024-07-09 Thread Nathaniel Shead
On Mon, Jul 08, 2024 at 02:24:14PM -0400, Jason Merrill wrote: > On 7/6/24 10:13 PM, Nathaniel Shead wrote: > > Bootstrapped and regtested on x86_64-pc-linux-gnu, OK for trunk? > > > > I have also been working on a patch that uses the locations of > > using-decls in 'diagnose_name_conflict' and 'd

Re: [PATCH 3/3] c++: Add locations to using_p OVERLOADs

2024-07-08 Thread Jason Merrill
On 7/6/24 10:13 PM, Nathaniel Shead wrote: Bootstrapped and regtested on x86_64-pc-linux-gnu, OK for trunk? I have also been working on a patch that uses the locations of using-decls in 'diagnose_name_conflict' and 'duplicate_decls' calls, but that will need a fair bit more work that I'll probab

[PATCH 3/3] c++: Add locations to using_p OVERLOADs

2024-07-06 Thread Nathaniel Shead
Bootstrapped and regtested on x86_64-pc-linux-gnu, OK for trunk? I have also been working on a patch that uses the locations of using-decls in 'diagnose_name_conflict' and 'duplicate_decls' calls, but that will need a fair bit more work that I'll probaby put off for the meantime. Otherwise, as fa