re PR fortran/51948 ([OOP] Rejects valid: Function result value in MOVE_ALLOC, nested...
authorTobias Burnus <burnus@net-b.de>
Mon, 23 Jan 2012 20:38:23 +0000 (21:38 +0100)
committerTobias Burnus <burnus@gcc.gnu.org>
Mon, 23 Jan 2012 20:38:23 +0000 (21:38 +0100)
commit048037281cf5e2a74fb28b7c638d355f362994f2
treebc7fb0ccb25c6ce616bbf47c59ddb1672e9faef7
parent8ae4c24b4c6f0b57eb0eda931d366b05103acf9b
re PR fortran/51948 ([OOP] Rejects valid: Function result value in MOVE_ALLOC, nested in SELECT TYPE)

2012-01-23  Tobias Burnus  <burnus@net-b.de>

        PR fortran/51948
        * check.c (variable_check): Fix checking for
        result variables and deeply nested BLOCKs.

2012-01-23  Tobias Burnus  <burnus@net-b.de>

        PR fortran/51948
        * gfortran.dg/move_alloc_12.f90: New.

From-SVN: r183453
gcc/fortran/ChangeLog
gcc/fortran/check.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/move_alloc_12.f90 [new file with mode: 0644]