This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/51953] [F2008] Allow multiple allocate-objects in ALLOCATE with SOURCE=


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51953

--- Comment #1 from Tobias Burnus <burnus at gcc dot gnu.org> 2012-01-27 13:06:19 UTC ---
Author: burnus
Date: Fri Jan 27 13:06:13 2012
New Revision: 183621

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=183621
Log:
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.


Added:
    trunk/gcc/testsuite/gfortran.dg/allocate_alloc_opt_13.f90
Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/match.c
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gfortran.dg/allocate_alloc_opt_4.f90


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]