OK.
On Wed, Sep 19, 2018 at 10:42 AM, Paolo Carlini <paolo.carl...@oracle.com> wrote: > Hi, > > in this simple error-recovery issue we ICE in get_class_binding_direct when > we try to use IDENTIFIER_CONV_OP_P on the index which we nulled in > cp_parser_initializer_list. If, instead, we assign error_mark_node to it we > catch it later in reshape_init_class and error-recovery goes well. > > Tested x86_64-linux. > > Thanks, Paolo. > > //////////////////// >