PR c++/85135 - ICE with omitted template arguments.
authorJason Merrill <jason@redhat.com>
Wed, 4 Apr 2018 16:42:55 +0000 (12:42 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Wed, 4 Apr 2018 16:42:55 +0000 (12:42 -0400)
commit600583ab730f6cedd762b0e46a14061e2a6e097c
tree54ab3d5311fc77f27568dd573c565d708ed3d3e5
parent6173fb512fca3ae6595c584e9af3765400c5a3de
PR c++/85135 - ICE with omitted template arguments.

* decl.c (grokdeclarator): Catch deduced class type in trailing
return type.

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