Re: [PATCH] C++ parser: two fix-it hints for broken member declarations

2017-04-29 Thread David Malcolm
On Sat, 2017-04-29 at 19:42 +0200, Volker Reichelt wrote: > Hi, > > the following patch adds fix-it hints to the C++ parser for a stray > comma and a missing semicolon at the end of a member declaration. > > Bootstrapped and regtested on x86_64-pc-linux-gnu. > > OK for trunk? OK for trunk Than

[PATCH] C++ parser: two fix-it hints for broken member declarations

2017-04-29 Thread Volker Reichelt
Hi, the following patch adds fix-it hints to the C++ parser for a stray comma and a missing semicolon at the end of a member declaration. Bootstrapped and regtested on x86_64-pc-linux-gnu. OK for trunk? Regards, Volker 2017-04-29 Volker Reichelt * parser.c (cp_parser_member_declar