-
- Downloads
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
Showing
- gcc/testsuite/ChangeLog 6 additions, 0 deletionsgcc/testsuite/ChangeLog
- gcc/testsuite/gfortran.dg/multiple_allocation_1.f90 3 additions, 2 deletionsgcc/testsuite/gfortran.dg/multiple_allocation_1.f90
- libgfortran/ChangeLog 8 additions, 0 deletionslibgfortran/ChangeLog
- libgfortran/runtime/memory.c 13 additions, 3 deletionslibgfortran/runtime/memory.c
Loading
Please register or sign in to comment