PR c++/84080 - ICE with return type deduction and specialization.
commit02f2ef5e65af946373550c2d0625694040ed15c4
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 13 Feb 2018 15:57:00 +0000 (13 15:57 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 13 Feb 2018 15:57:00 +0000 (13 15:57 +0000)
tree7a55342fe63681b8e6eaae4ec3111cc3df2cb046
parentdcb47b3d875c66c2c644132f2d5eef04a30ffd4a
PR c++/84080 - ICE with return type deduction and specialization.

* pt.c (determine_specialization): Check uses_template_parms.

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