re PR fortran/37626 (ICE for automatic deallocation of character result variable)
authorTobias Burnus <burnus@net-b.de>
Wed, 24 Sep 2008 07:01:18 +0000 (09:01 +0200)
committerTobias Burnus <burnus@gcc.gnu.org>
Wed, 24 Sep 2008 07:01:18 +0000 (09:01 +0200)
commita9b98c2c559e553035ca5115cd0cbb9f2c32dab0
treec0506931aec66b48c8d93f6b98854e14ef6028c2
parent34971398456227555b7ca26065816d8316169ed7
re PR fortran/37626 (ICE for automatic deallocation of character result variable)

2008-09-24  Tobias Burnus  <burnus@net-b.de>

        PR fortran/37626
        * trans-array.c (gfc_trans_deferred_array): Don't auto-deallocate
        result variables.

2008-09-24  Tobias Burnus  <burnus@net-b.de>

        PR fortran/37626
        * gfortran.dg/allocatable_function_4.f90: New test.

From-SVN: r140624
gcc/fortran/ChangeLog
gcc/fortran/trans-array.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/allocatable_function_4.f90 [new file with mode: 0644]