PR c++/80174 - ICE with partial specialization of member template.
authorJason Merrill <jason@redhat.com>
Sat, 17 Jun 2017 02:27:52 +0000 (22:27 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Sat, 17 Jun 2017 02:27:52 +0000 (22:27 -0400)
commit157420b4bd936f18b64d8143a6b3f32f89689412
tree3b5de82fcc472501dd501e0fddefa996b399c623
parent3eec359d0ddf2cfbcc6454bb478ff417c697801e
PR c++/80174 - ICE with partial specialization of member template.

PR c++/71747
* pt.c (get_partial_spec_bindings): Only coerce innermost args.

From-SVN: r249319
gcc/cp/ChangeLog
gcc/cp/pt.c
gcc/testsuite/g++.dg/template/partial-specialization6.C [new file with mode: 0644]