OK.
On Tue, Sep 25, 2018 at 12:45 PM, Paolo Carlini <paolo.carl...@oracle.com> wrote: > Hi, > > in this error-recovery regression we ICE after a sensible diagnostic emitted > by cp_build_unary_op, called by finish_unary_op_expr via build_x_unary_op. > In principle we could dig deeper, but I don't think it makes sense for > finish_unary_op_expr to go on having seen the error_mark_node returned by > build_x_unary_op given that the purpose of its second half is only issuing > warnings. > > Tested x86_64-linux. > > Thanks, Paolo. > > ////////////////////// > >