This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/66255] [6 Regression] ice in retrieve_specialization
- 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, 26 Jun 2015 21:21:57 +0000
- Subject: [Bug c++/66255] [6 Regression] ice in retrieve_specialization
- Auto-submitted: auto-generated
- References: <bug-66255-4 at http dot gcc dot gnu dot org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66255
--- Comment #5 from Jason Merrill <jason at gcc dot gnu.org> ---
Author: jason
Date: Fri Jun 26 20:33:46 2015
New Revision: 225084
URL: https://gcc.gnu.org/viewcvs?rev=225084&root=gcc&view=rev
Log:
PR c++/66255
* pt.c (check_unstripped_args): Split out from...
(retrieve_specialization): ...here. Allow typedefs in the type of
a non-type argument.
Added:
trunk/gcc/testsuite/g++.dg/template/nontype27.C
Modified:
trunk/gcc/cp/ChangeLog
trunk/gcc/cp/pt.c