cp:
authornathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 15 Sep 2003 14:48:29 +0000 (14:48 +0000)
committernathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 15 Sep 2003 14:48:29 +0000 (14:48 +0000)
commita4ad28aa3166cad0dc1c86071acd9497ab0c1667
tree2561c593f7768837b808e9a8736bf10674dbc17c
parentb58808466ed2f081c03ec23fcbf11a39fb191e8a
cp:
PR c++/12184
* typeck.c (convert_arguments): Return error_mark_node for an
incomplete parameter. Make error message more informative.
testsuite:
PR c++/12184
* g++.dg/expr/call2.C: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@71402 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/pt.c
gcc/cp/typeck.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/expr/call2.C [new file with mode: 0644]