On Mon, Dec 12, 2016 at 06:44:19PM +0100, Marek Polacek wrote: > Ping. > > On Mon, Dec 05, 2016 at 09:37:30PM +0100, Marek Polacek wrote: > > We were crashing on this invalid test because > > cp_parser_std_attribute_spec_seq > > in cp_parser_statement returned error_mark_node, but the subsequent > > attribute_fallthrough_p wasn't prepared for that. > > > > Bootstrapped/regtested on x86_64-linux, ok for trunk? > > > > 2016-12-05 Marek Polacek <pola...@redhat.com> > > > > PR c++/78647 > > * c-family/c-common.c (attribute_fallthrough_p): Return false for
No c-family/ prefix in c-family/ChangeLog. > > error_mark_node. > > > > * g++.dg/parse/error58.C: New. Otherwise LGTM. Jakub