]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR c++/57325 (ICE in strip_typedefs, at cp/tree.c:1306)
authorJason Merrill <jason@redhat.com>
Mon, 20 May 2013 17:01:09 +0000 (13:01 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Mon, 20 May 2013 17:01:09 +0000 (13:01 -0400)
commit9f0bdc935f2199a2247b9d30858a9262d1a6bfa8
tree29e63f39501d7b153fe603378cbc7d205bbf7167
parent14c2ec26e2d1232b88906927355517d34ffdbab6
re PR c++/57325 (ICE in strip_typedefs, at cp/tree.c:1306)

PR c++/57325
* tree.c (build_cplus_array_type): Copy layout info if element
type is complete.

From-SVN: r199113
gcc/cp/ChangeLog
gcc/cp/tree.c
gcc/testsuite/g++.dg/template/array26.C [new file with mode: 0644]