PR c++/84785 - ICE with alias template and default targs.
commit732a431dc94ae7f921e21245061946a1cfe8d9b5
authorJason Merrill <jason@redhat.com>
Sat, 10 Mar 2018 03:34:29 +0000 (9 22:34 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Sat, 10 Mar 2018 03:34:29 +0000 (9 22:34 -0500)
tree1866e13a3177da4bb55afe89ddb225577eb96483
parent3569f81f2ddc25b1ea22c99230c3e35032bd4752
PR c++/84785 - ICE with alias template and default targs.

* pt.c (type_unification_real): Set processing_template_decl if
saw_undeduced == 1.

From-SVN: r258407
gcc/cp/ChangeLog
gcc/cp/pt.c
gcc/testsuite/g++.dg/cpp0x/alias-decl-63.C [new file with mode: 0644]