re PR c++/64989 (constant-initialization of self-referencing array)
authorJason Merrill <jason@redhat.com>
Sat, 25 Jul 2015 06:54:57 +0000 (02:54 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Sat, 25 Jul 2015 06:54:57 +0000 (02:54 -0400)
commit0c0d447a96c1786e855782bd18f35f307e5ca2d8
treed53edd2f41b84f2e97ddc5c2c4b716cd7f5fb73d
parent8edd0f66d80adb3950a35fc0dc47af2355c73fc4
re PR c++/64989 (constant-initialization of self-referencing array)

PR c++/64989
* pt.c (splice_late_return_type): Correct deduced return type for
abbreviated function template.

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