PR c++/79500 - ICE with non-template deduction guide
commitef9d5293a820e94fe6ec782cc241e1cab4607db6
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 20 Feb 2017 06:05:31 +0000 (20 06:05 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 20 Feb 2017 06:05:31 +0000 (20 06:05 +0000)
tree47d52e084f4736321576be3da9949242fb10eef6
parenta37a80f89e028b067940c47953cb478d206604ba
PR c++/79500 - ICE with non-template deduction guide

* pt.c (do_class_deduction): Use STRIP_TEMPLATE rather than
DECL_TEMPLATE_RESULT.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@245588 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/pt.c
gcc/testsuite/g++.dg/cpp1z/class-deduction29.C [new file with mode: 0644]