PR c++/85135 - ICE with omitted template arguments.
commit0cbebbb84e7f0da22fac8800e0ab6da41d78ac34
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 4 Apr 2018 16:42:55 +0000 (4 16:42 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 4 Apr 2018 16:42:55 +0000 (4 16:42 +0000)
tree54ab3d5311fc77f27568dd573c565d708ed3d3e5
parent39cd13b667454d0eea8f3036d68feee9e357ec94
PR c++/85135 - ICE with omitted template arguments.

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@259092 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/decl.c
gcc/testsuite/g++.dg/cpp1z/class-deduction53.C [new file with mode: 0644]