PR c++/86098 - ICE with template placeholder for TTP.
authorJason Merrill <jason@redhat.com>
Wed, 13 Jun 2018 03:33:06 +0000 (23:33 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Wed, 13 Jun 2018 03:33:06 +0000 (23:33 -0400)
commit79a9afa50f86669be04a3d3ef3068ddd43612f05
tree30fa7ce5a79bfe42395187b86296cf784ef1e6a0
parent8b4b756f2dc834577025b339eb1adc1f38763bce
PR c++/86098 - ICE with template placeholder for TTP.

* typeck.c (structural_comptypes) [TEMPLATE_TYPE_PARM]: Check
CLASS_PLACEHOLDER_TEMPLATE.

From-SVN: r261536
gcc/cp/ChangeLog
gcc/cp/typeck.c
gcc/testsuite/g++.dg/cpp1z/class-deduction58.C [new file with mode: 0644]