This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/66405] [5/6 Regression] ICE: in tsubst, at cp/pt.c:11984
- From: "jason at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 05 Jun 2015 19:14:27 +0000
- Subject: [Bug c++/66405] [5/6 Regression] ICE: in tsubst, at cp/pt.c:11984
- Auto-submitted: auto-generated
- References: <bug-66405-4 at http dot gcc dot gnu dot org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66405
--- Comment #6 from Jason Merrill <jason at gcc dot gnu.org> ---
Author: jason
Date: Fri Jun 5 19:13:56 2015
New Revision: 224162
URL: https://gcc.gnu.org/viewcvs?rev=224162&root=gcc&view=rev
Log:
PR c++/66405
* pt.c (type_dependent_expression_p): EXPR_PACK_EXPANSION is
dependent even if it has a type.
Modified:
trunk/gcc/cp/ChangeLog
trunk/gcc/cp/pt.c