re PR c++/66255 (ice in retrieve_specialization)
authorJason Merrill <jason@redhat.com>
Fri, 26 Jun 2015 20:33:46 +0000 (16:33 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Fri, 26 Jun 2015 20:33:46 +0000 (16:33 -0400)
commit7498239e97b1cb7c049e0f39481af7c812f894ab
treee60c9ea5e8be3fce911e80dc50a2dc62a07c04ed
parentd15364ce85d30212914ad79f624e9d2236a9be64
re PR c++/66255 (ice in retrieve_specialization)

PR c++/66255
* pt.c (check_unstripped_args): Split out from...
(retrieve_specialization): ...here.  Allow typedefs in the type of
a non-type argument.

From-SVN: r225084
gcc/cp/ChangeLog
gcc/cp/pt.c
gcc/testsuite/g++.dg/template/nontype27.C [new file with mode: 0644]