re PR fortran/17283 (UNPACK issues)
authorThomas Koenig <Thomas.Koenig@online.de>
Thu, 26 May 2005 06:26:17 +0000 (06:26 +0000)
committerThomas Koenig <tkoenig@gcc.gnu.org>
Thu, 26 May 2005 06:26:17 +0000 (06:26 +0000)
commitba4a3d54bac34bb261bacffd774d9810d679d971
tree2dfb829db3fc4cd9eef650e2f573a400e0c914ee
parentc10166c437ce15a119b663ac153a6bbcddb1ce84
re PR fortran/17283 (UNPACK issues)

2005-05-26  Thomas Koenig  <Thomas.Koenig@online.de>

        PR libfortran/17283
        * gfortran.fortran-torture/execute/intrinsic_unpack.f90:
        Test callee-allocated memory with write statements.

2005-05-26  Thomas Koenig  <Thomas.Koenig@online.de>

        PR libfortran/17283
        * intrinsics/unpack_generic.c:  Fix name of routine
        on top.  Update copyright years.
        (unpack1):  Remove const from return array descriptor.
        rs:  New variable, for calculating return sizes.
        Populate return array descriptor if ret->data is NULL.

From-SVN: r100189
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.fortran-torture/execute/intrinsic_unpack.f90
libgfortran/ChangeLog
libgfortran/intrinsics/unpack_generic.c