Re: [PATCH v2] c++: Fix ICE with lambda in operator function [PR93597]

2020-02-05 Thread Jason Merrill
On 2/5/20 5:04 PM, Marek Polacek wrote: On Wed, Feb 05, 2020 at 04:40:50PM -0500, Jason Merrill wrote: On 2/5/20 4:31 PM, Marek Polacek wrote: If we are going to use get_first_fn let's make sure we operate on is_overloaded_fn, as the rest of the codebase does. Bootstrapped/regtested on x86_64-

Re: [PATCH v2] c++: Fix ICE with lambda in operator function [PR93597]

2020-02-05 Thread Marek Polacek
On Wed, Feb 05, 2020 at 04:40:50PM -0500, Jason Merrill wrote: > On 2/5/20 4:31 PM, Marek Polacek wrote: > > If we are going to use get_first_fn let's make sure we operate > > on is_overloaded_fn, as the rest of the codebase does. > > > > Bootstrapped/regtested on x86_64-linux, ok for trunk? > >