Re: [C++ PATCH] Use protected_set_expr_location more

2015-10-06 Thread Jeff Law
On 10/06/2015 11:30 AM, Marek Polacek wrote: Similarly to what I've just done for the C FE, this makes the C++ FE use the protected_set_expr_location helper where applicable. Bootstrapped/regtested on x86_64-linux, ok for trunk? 2015-10-06 Marek Polacek * cp-gimplify.c (genericize_i

[C++ PATCH] Use protected_set_expr_location more

2015-10-06 Thread Marek Polacek
Similarly to what I've just done for the C FE, this makes the C++ FE use the protected_set_expr_location helper where applicable. Bootstrapped/regtested on x86_64-linux, ok for trunk? 2015-10-06 Marek Polacek * cp-gimplify.c (genericize_if_stmt): Use protected_set_expr_location.