r113088 - in /branches/gcc-4_1-branch/gcc: cp/C...
reichelt@gcc.gnu.org
reichelt@gcc.gnu.org
Wed Apr 19 17:40:00 GMT 2006
Author: reichelt
Date: Wed Apr 19 17:40:27 2006
New Revision: 113088
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113088
Log:
PR c++/26036
* typeck.c (convert_arguments): Return error_mark_node instead of
error_mark_list.
* cp-tree.h (error_mark_list): Remove declaration.
* decl.c (error_mark_list): Remove definition.
(cxx_init_decl_processing): Do not initialize error_mark_list.
* g++.dg/expr/call3.C: New test.
Added:
branches/gcc-4_1-branch/gcc/testsuite/g++.dg/expr/call3.C
Modified:
branches/gcc-4_1-branch/gcc/cp/ChangeLog
branches/gcc-4_1-branch/gcc/cp/cp-tree.h
branches/gcc-4_1-branch/gcc/cp/decl.c
branches/gcc-4_1-branch/gcc/cp/typeck.c
branches/gcc-4_1-branch/gcc/testsuite/ChangeLog
More information about the Gcc-cvs
mailing list