]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR fortran/37735 (Allocatable components in vectors of derived types cause ICE...
authorPaul Thomas <pault@gcc.gnu.org>
Sun, 23 Nov 2008 21:34:44 +0000 (21:34 +0000)
committerPaul Thomas <pault@gcc.gnu.org>
Sun, 23 Nov 2008 21:34:44 +0000 (21:34 +0000)
commitb945f9f35e60d2dee6d208eb87198b6d11bde9e5
tree1925b52e77adf9675418ef5786bf894b8c6ab7c6
parent74e6a47563f8aa912cb0915e8fe9142cd84ac503
re PR fortran/37735 (Allocatable components in vectors of derived types cause ICE on assignment)

2008-11-23  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/37735
* trans-array.c (structure_alloc_comps): Do not duplicate the
descriptor if this is a descriptorless array!

2008-11-23  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/37735
* gfortran.dg/alloc_comp_assign_7.f90: New test.

From-SVN: r142142
gcc/fortran/ChangeLog
gcc/fortran/trans-array.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/alloc_comp_assign_7.f90 [new file with mode: 0644]