Re: [C++ Patch] PR 71979

2016-09-22 Thread Jason Merrill
OK. On Thu, Sep 22, 2016 at 8:53 AM, Paolo Carlini wrote: > Hi, > > in this ICE on invalid [5/6/7] regression the gcc_assert in build_base_path > is triggered during error recovery when lookup_base returns NULL_TREE (makes > sense because B is looked up as base of A!).

[C++ Patch] PR 71979

2016-09-22 Thread Paolo Carlini
Hi, in this ICE on invalid [5/6/7] regression the gcc_assert in build_base_path is triggered during error recovery when lookup_base returns NULL_TREE (makes sense because B is looked up as base of A!). It seems to me that we can simply allow for this case in the assertion and be done with