This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/53209] [4.7/4.8 Regression] tree check ICE: expected tree_vec, have error_mark in comp_template_args_with_info, at cp/pt.c:7038
- From: "aoliva at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 11 May 2012 13:27:15 +0000
- Subject: [Bug c++/53209] [4.7/4.8 Regression] tree check ICE: expected tree_vec, have error_mark in comp_template_args_with_info, at cp/pt.c:7038
- Auto-submitted: auto-generated
- References: <bug-53209-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53209
--- Comment #11 from Alexandre Oliva <aoliva at gcc dot gnu.org> 2012-05-11 13:27:15 UTC ---
Author: aoliva
Date: Fri May 11 13:27:03 2012
New Revision: 187404
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=187404
Log:
PR c++/53209
* pt.c (tsubst_decl): Bail out if argvec is error_mark_node.
Modified:
trunk/gcc/cp/ChangeLog
trunk/gcc/cp/pt.c