PR c++/84080 - ICE with return type deduction and specialization.
commit9ef86762aaf64ca72844962c0dfaa02370b8e3ff
authorJason Merrill <jason@redhat.com>
Tue, 13 Feb 2018 15:57:00 +0000 (13 10:57 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Tue, 13 Feb 2018 15:57:00 +0000 (13 10:57 -0500)
tree7a55342fe63681b8e6eaae4ec3111cc3df2cb046
parentff67aff425f2ea1e8c4608783e17eb48556d53e0
PR c++/84080 - ICE with return type deduction and specialization.

* pt.c (determine_specialization): Check uses_template_parms.

From-SVN: r257630
gcc/cp/ChangeLog
gcc/cp/pt.c
gcc/testsuite/g++.dg/cpp1y/auto-fn47.C [new file with mode: 0644]