[multiple changes]
authorThomas Koenig <Thomas.Koenig@online.de>
Sat, 25 Jun 2005 09:56:37 +0000 (09:56 +0000)
committerThomas Koenig <tkoenig@gcc.gnu.org>
Sat, 25 Jun 2005 09:56:37 +0000 (09:56 +0000)
commit0e6d033bc892f6f79683dcbbda0e6a1987685bf4
tree0bfeede6e9240f3c069b66974e9813ec2385f821
parent366ccddb2bc50711bd3a11c1dee97b50e8ef1677
[multiple changes]

2005-06-25  Thomas Koenig  <Thomas.Koenig@online.de>

        PR libfortran/22144
        * m4/cshift1.m4: Remove const from argument ret.
        Populate return array descriptor if ret->data is NULL.
        * m4/eoshift1.m4: Likewise.
        * m4/eoshift3.m4: Likewise.
        * generated/cshift1_4.c:  Regenerated.
        * generated/cshift1_8.c:  Regenerated.
        * generated/eoshift1_4.c:  Regenerated.
        * generated/eoshift1_8.c:  Regenerated.
        * generated/eoshift3_4.c:  Regenerated.
        * generated/eoshift3_8.c:  Regenerated.

2005-06-25  Thomas Koenig <Thomas.Koenig@online.de>

        PR libfortran/21144
        * gfortran.dg/shift-alloc.f90:  New testcase.

From-SVN: r101318
12 files changed:
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/shift-alloc.f90 [new file with mode: 0644]
libgfortran/ChangeLog
libgfortran/generated/cshift1_4.c
libgfortran/generated/cshift1_8.c
libgfortran/generated/eoshift1_4.c
libgfortran/generated/eoshift1_8.c
libgfortran/generated/eoshift3_4.c
libgfortran/generated/eoshift3_8.c
libgfortran/m4/cshift1.m4
libgfortran/m4/eoshift1.m4
libgfortran/m4/eoshift3.m4