re PR fortran/51953 ([F2008] Allow multiple allocate-objects in ALLOCATE with SOURCE=)
authorTobias Burnus <burnus@net-b.de>
Fri, 27 Jan 2012 13:06:13 +0000 (14:06 +0100)
committerTobias Burnus <burnus@gcc.gnu.org>
Fri, 27 Jan 2012 13:06:13 +0000 (14:06 +0100)
commit4cb2a86715695603f8abf1396436b68a7281221b
tree2f41d3a752c94648faa27cf9232ade0c629edc7f
parent9775a921e0fb21cdd92ba3c26e603661865a5899
re PR fortran/51953 ([F2008] Allow multiple allocate-objects in ALLOCATE with SOURCE=)

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

        PR fortran/51953
        * match.c (gfc_match_allocate): Allow more than allocate
        object with SOURCE=.

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

        PR fortran/51953
        * gfortran.dg/allocate_alloc_opt_13.f90: New.
        * gfortran.dg/allocate_alloc_opt_4.f90: Add -std=f2003
        and change dg-error string.

From-SVN: r183621
gcc/fortran/ChangeLog
gcc/fortran/match.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/allocate_alloc_opt_13.f90 [new file with mode: 0644]
gcc/testsuite/gfortran.dg/allocate_alloc_opt_4.f90