]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/c-common.c
in gcc/
authordberlin <dberlin@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 31 May 2007 20:58:29 +0000 (20:58 +0000)
committerdberlin <dberlin@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 31 May 2007 20:58:29 +0000 (20:58 +0000)
commit17075f13d32c5ea825bb180e85950eeb9a27f55e
treea7eb204beebfc59d90675d0ed35447f9467c1b56
parent2fc41e3cccb507715a6e6934016a2f4337d114de
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@125239 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/c-common.c
gcc/c-common.h
gcc/c-typeck.c
gcc/cp/ChangeLog
gcc/cp/typeck.c