Re: [PATCH] c++: xobj fn call without obj [PR115783]

2024-07-19 Thread Jason Merrill
On 7/6/24 8:22 PM, Patrick Palka wrote: Bootstrapped and regtested on x86_64-pc-linux-gnu, does this look OK for trunk/14? OK. -- >8 -- The code path for rejecting an object-less call to a non-static member function should also consider xobj member functions so that we properly reject the be

Re: [PATCH] c++: xobj fn call without obj [PR115783]

2024-07-19 Thread Patrick Palka
On Sat, Jul 6, 2024 at 8:22 PM Patrick Palka wrote: > > Bootstrapped and regtested on x86_64-pc-linux-gnu, does this > look OK for trunk/14? Ping. > > -- >8 -- > > The code path for rejecting an object-less call to a non-static > member function should also consider xobj member functions so > th