]> gcc.gnu.org Git - gcc.git/commit - gcc/testsuite/ChangeLog
re PR fortran/25031 ([4.1 only] Allocatable array can be reallocated.)
authorThomas Koenig <Thomas.Koenig@online.de>
Thu, 30 Mar 2006 16:30:26 +0000 (16:30 +0000)
committerThomas Koenig <tkoenig@gcc.gnu.org>
Thu, 30 Mar 2006 16:30:26 +0000 (16:30 +0000)
commit6b86a9bc0536c073a70c7fdb563a36afe2dd6fbf
treeccefb2ba3589b346ff9e82de690b49f0e7f063c7
parentc7ec5472672f0e68687081caa28ffb196e9c37a1
re PR fortran/25031 ([4.1 only] Allocatable array can be reallocated.)

2006-03-30  Thomas Koenig  <Thomas.Koenig@online.de>

PR fortran/25031
* runtime/memory.c (allocate_array):  If stat is present and
the variable is already allocated, free the variable, do
the allocation and set stat.
(allocate_array_64):  Likewise.  Whitespace fix.

2006-03-30  Thomas Koenig  <Thomas.Koenig@online.de>

PR fortran/25031
* gfortran.dg/multiple_allocation_1.f90:  Check that the
size has changed after a re-allocation with stat.

From-SVN: r112539
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/multiple_allocation_1.f90
libgfortran/ChangeLog
libgfortran/runtime/memory.c
This page took 0.064063 seconds and 5 git commands to generate.