On Wed, Jan 17, 2018 at 3:46 PM, Paolo Carlini <paolo.carl...@oracle.com> wrote: > Hi Jason, > > On 17/01/2018 00:04, Jason Merrill wrote: >> >> Like my recent patch for 83186, we were missing a >> build_non_dependent_expr. >> >> Tested x86_64-pc-linux-gnu, applying to trunk. > > Lately I'm seeing (H.J. Lu too) a regression: > > FAIL: g++.dg/template/inherit4.C -std=c++11 (test for excess errors) > FAIL: g++.dg/template/inherit4.C -std=c++14 (test for excess errors) > > which seems related to this change of yours: if I comment out the new > build_non_dependent_expr call the test is accepted again. Could you please > have a look?
Hmm, wonder why I didn't see that in my testing. Checking a fix now. Jason