[PATCH] Fix PR c++/68936

2016-01-14 Thread Patrick Palka
With my fix for PR c++/21802 I changed build_min_non_dep_call_vec() to additionally retain the KOENIG_LOOKUP_P flag of the non-dependent expression that's been built. This change was a little too general though, since retaining the KOENIG_LOOKUP_P flag is only necessary for

Re: [PATCH] Fix PR c++/68936

2016-01-14 Thread Jason Merrill
OK. Jason