------- Comment #9 from reichelt at gcc dot gnu dot org 2006-04-19 17:40 ------- Subject: Bug 26036
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 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26036