PR c++/84937 - ICE with class deduction and auto.
authorJason Merrill <jason@redhat.com>
Tue, 20 Mar 2018 12:44:49 +0000 (08:44 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Tue, 20 Mar 2018 12:44:49 +0000 (08:44 -0400)
commitd9bf40a181b32e4d5e581ec10d48803ea4a43f9d
tree816277b72976eec83436eba7bbab34438eeb4f38
parent79cf14ae15e78ac1845d6498a34a539a6eefa55a
PR c++/84937 - ICE with class deduction and auto.

* pt.c (rewrite_template_parm): Fix auto handling.

From-SVN: r258680
gcc/cp/ChangeLog
gcc/cp/pt.c
gcc/testsuite/g++.dg/cpp1z/class-deduction51.C [new file with mode: 0644]