re PR c++/55564 (internal error using decltype of a template type parameter for late...
authorJason Merrill <jason@redhat.com>
Thu, 6 Dec 2012 14:36:55 +0000 (09:36 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Thu, 6 Dec 2012 14:36:55 +0000 (09:36 -0500)
commit5128e01493b8f75a32b413c9ff504401a116b9ca
tree97e761a9c4c402a66ef11fbffd1bd5d2b18e85ab
parent37376165bef26d983aa60dc02be6a745d43ed168
re PR c++/55564 (internal error using decltype of a template type parameter for late-specified function result type)

PR c++/55564
* pt.c (unify) [ARRAY_TYPE]: Unify the element type before the bounds.

From-SVN: r194248
gcc/cp/ChangeLog
gcc/cp/pt.c
gcc/testsuite/g++.dg/cpp0x/decltype47.C [new file with mode: 0644]