]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR c++/68726 (ice: tree check: expected tree_vec, have error_mark in comp_template...
authorPaolo Carlini <paolo@gcc.gnu.org>
Thu, 11 Feb 2016 11:45:10 +0000 (11:45 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Thu, 11 Feb 2016 11:45:10 +0000 (11:45 +0000)
commit4146b7b8c4fc145f1a2e482878b1c9a371cf8282
tree9f00665ab044a199c722c40372743262ce47ebac
parent0d7d945855a7d55e165009a71907edcd6a2da77c
re PR c++/68726 (ice: tree check: expected tree_vec, have error_mark in comp_template_args_with_info, at cp/pt.c:7890)

/cp
2016-02-11  Paolo Carlini  <paolo.carlini@oracle.com>

PR c++/68726
* pt.c (lookup_template_class_1): Check tsubst return value for
error_mark_node.

/testsuite
2016-02-11  Paolo Carlini  <paolo.carlini@oracle.com>

PR c++/68726
* g++.dg/cpp0x/pr68726.C: New.

From-SVN: r233340
gcc/cp/pt.c