[Bug c++/85147] [6/7 Regression] ICE with invalid variadic template-template parameter
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Jun 22 21:05:00 GMT 2018
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85147
--- Comment #5 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Fri Jun 22 21:04:25 2018
New Revision: 261945
URL: https://gcc.gnu.org/viewcvs?rev=261945&root=gcc&view=rev
Log:
Backported from mainline
2018-04-03 Jakub Jelinek <jakub@redhat.com>
PR c++/85147
* pt.c (fixed_parameter_pack_p_1): Punt if parm is error_mark_node.
* g++.dg/cpp0x/pr85147.C: New test.
Added:
branches/gcc-7-branch/gcc/testsuite/g++.dg/cpp0x/pr85147.C
Modified:
branches/gcc-7-branch/gcc/cp/ChangeLog
branches/gcc-7-branch/gcc/cp/pt.c
branches/gcc-7-branch/gcc/testsuite/ChangeLog
More information about the Gcc-bugs
mailing list