PR c++/41727 - ICE with partial spec of partial instantiation
commit46b48ef565a731734522304b95b893ea07ac7ca0
authorJason Merrill <jason@redhat.com>
Tue, 21 Feb 2017 20:50:57 +0000 (21 15:50 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Tue, 21 Feb 2017 20:50:57 +0000 (21 15:50 -0500)
tree5b91e032a5817dacea86bdff0e2b9c1835617a1c
parenta232a1cb1792bef3776dd4bddb7ef484790f8648
PR c++/41727 - ICE with partial spec of partial instantiation

* pt.c (process_partial_specialization): For now, don't check more
specialized if there is more than one level of args.

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