re PR fortran/17678 (USE statement incorrectly initializes allocatable array)
authorPaul Brook <paul@codesourcery.com>
Thu, 7 Oct 2004 00:43:21 +0000 (00:43 +0000)
committerPaul Brook <pbrook@gcc.gnu.org>
Thu, 7 Oct 2004 00:43:21 +0000 (00:43 +0000)
commit2b58638b467a5788cbeb2ddecb8186e50cc655e1
tree510d55097ada56c1bc250ed1cde1c4e9b69eece0
parentd1d525310beefc660673ca07246a4eb14b342503
re PR fortran/17678 (USE statement incorrectly initializes allocatable array)

PR fortran/17678
* trans-array.c (gfc_trans_deferred_array): Leave use associated
variables alone.
testsuite/
* gfortran.dg/use_allocated_1.f90: New test.

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