in gcc/ 2007-05-31 Daniel Berlin <dberlin@dberlin.org>
authorDaniel Berlin <dberlin@gcc.gnu.org>
Thu, 31 May 2007 20:58:29 +0000 (20:58 +0000)
committerDaniel Berlin <dberlin@gcc.gnu.org>
Thu, 31 May 2007 20:58:29 +0000 (20:58 +0000)
commit2c751309df4f3c1021f4a8714f57ea757feec63e
treea7eb204beebfc59d90675d0ed35447f9467c1b56
parent6847c43d7348b8a1eb39ed9501666bb905b89948
in gcc/ 2007-05-31 Daniel Berlin <dberlin@dberlin.org>

in gcc/
2007-05-31  Daniel Berlin  <dberlin@dberlin.org>

* c-typeck.c (build_indirect_ref): Include type in error message.
(build_binary_op): Pass types to binary_op_error.
* c-common.c (binary_op_error): Take two type arguments, print out
types with error.
* c-common.h (binary_op_error): Update prototype.
In gcc/cp
2007-05-31  Daniel Berlin  <dberlin@dberlin.org>

* typeck.c (build_binary_op): Include types in error.

From-SVN: r125239
gcc/ChangeLog
gcc/c-common.c
gcc/c-common.h
gcc/c-typeck.c
gcc/cp/ChangeLog
gcc/cp/typeck.c