c-typeck.c (build_function_call): Give name of object we are attempting to call in...
authorDaniel Berlin <dberlin@dberlin.org>
Tue, 21 Sep 2004 15:42:44 +0000 (15:42 +0000)
committerDaniel Berlin <dberlin@gcc.gnu.org>
Tue, 21 Sep 2004 15:42:44 +0000 (15:42 +0000)
commitf0c721ad7cc43cb007beb8a55cb088f17a2a065b
tree2204defb2a1b87a08691c53ec1e9648bcdadb633
parent5775a06aa64761ba8521ad79bd1a2cc8429a6750
c-typeck.c (build_function_call): Give name of object we are attempting to call in error message.

2004-09-21  Daniel Berlin <dberlin@dberlin.org>

* c-typeck.c (build_function_call): Give name of object
we are attempting to call in error message.
* c-objc-common.c (c_tree_printer): Call pp_expression,
not return false, for 'E' case.

From-SVN: r87809
gcc/ChangeLog
gcc/c-objc-common.c
gcc/c-typeck.c
gcc/testsuite/gcc.dg/20040920-1.c [new file with mode: 0644]