------- Comment #5 from tkoenig at gcc dot gnu dot org  2006-03-30 16:30 -------
Subject: Bug 25031

Author: tkoenig
Date: Thu Mar 30 16:30:26 2006
New Revision: 112539

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=112539
Log:
2006-03-30  Thomas Koenig  <[EMAIL PROTECTED]>

        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  <[EMAIL PROTECTED]>

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


Modified:
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gfortran.dg/multiple_allocation_1.f90
    trunk/libgfortran/ChangeLog
    trunk/libgfortran/runtime/memory.c


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25031

Reply via email to