Re: [C PATCH, committed] Use protected_set_expr_location more

2015-10-07 Thread Richard Biener
On Wed, Oct 7, 2015 at 1:02 PM, Marek Polacek wrote: > On Wed, Oct 07, 2015 at 10:14:54AM +0200, Richard Biener wrote: >> > --- gcc/c/c-parser.c >> > +++ gcc/c/c-parser.c >> > @@ -5141,9 +5141,8 @@ c_parser_statement_after_labels (c_parser *parser, >> > vec *chain) >> > (recursively) all of

Re: [C PATCH, committed] Use protected_set_expr_location more

2015-10-07 Thread Marek Polacek
On Wed, Oct 07, 2015 at 10:14:54AM +0200, Richard Biener wrote: > > --- gcc/c/c-parser.c > > +++ gcc/c/c-parser.c > > @@ -5141,9 +5141,8 @@ c_parser_statement_after_labels (c_parser *parser, > > vec *chain) > > (recursively) all of the component statements should already have > > line

Re: [C PATCH, committed] Use protected_set_expr_location more

2015-10-07 Thread Richard Biener
On Tue, Oct 6, 2015 at 7:29 PM, Marek Polacek wrote: > This patch makes the C FE use the protected_set_expr_location helper > where appropriate. > > Bootstrapped/regtested on x86_64-linux, applying to trunk. > > 2015-10-06 Marek Polacek > > * c-parser.c (c_parser_statement_after_labels)