Re: [PATCH 1/3] matching tokens: c-family parts

2017-08-03 Thread Jeff Law
On 08/01/2017 02:21 PM, David Malcolm wrote: > (Unchanged since v1; already approved by Marek, assuming rest is approved) > > gcc/c-family/ChangeLog: > * c-common.c (c_parse_error): Add rich_location * param, using it > rather implicitly using input_location. > * c-common.h (c_pa

[PATCH 1/3] matching tokens: c-family parts

2017-08-01 Thread David Malcolm
(Unchanged since v1; already approved by Marek, assuming rest is approved) gcc/c-family/ChangeLog: * c-common.c (c_parse_error): Add rich_location * param, using it rather implicitly using input_location. * c-common.h (c_parse_error): Add rich_location * param. gcc/testsui

Re: [PATCH 1/3] matching tokens: c-family parts

2017-07-18 Thread Marek Polacek
On Tue, Jul 11, 2017 at 11:24:43AM -0400, David Malcolm wrote: > OK for trunk? (assuming the rest is approved) This is ok. I'll have to play with this some more before I approve the C part. Thanks, Marek

[PATCH 1/3] matching tokens: c-family parts

2017-07-11 Thread David Malcolm
OK for trunk? (assuming the rest is approved) gcc/c-family/ChangeLog: * c-common.c (c_parse_error): Add rich_location * param, using it rather implicitly using input_location. * c-common.h (c_parse_error): Add rich_location * param. gcc/testsuite/ChangeLog: * c-c++