Re: [C PATCH] Use error_operand_p more

2014-10-06 Thread Joseph S. Myers
On Sun, 5 Oct 2014, Marek Polacek wrote: > It occured to me that we should probably use error_operand_p > in the C FE where appropriate. Following change is meant only > as a little cleanup. > > Bootstrapped/regtested on x86_64-linux, ok for trunk? > > 2014-10-04 Marek Polacek > > * c

[C PATCH] Use error_operand_p more

2014-10-05 Thread Marek Polacek
It occured to me that we should probably use error_operand_p in the C FE where appropriate. Following change is meant only as a little cleanup. Bootstrapped/regtested on x86_64-linux, ok for trunk? 2014-10-04 Marek Polacek * c-convert.c (convert): Use error_operand_p. * c-typ