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/46370] [Coarray] [OOP] ALLOCATE: Error allocating CLASS coarrays


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

--- Comment #3 from Tobias Burnus <burnus at gcc dot gnu.org> 2010-12-11 22:04:10 UTC ---
Author: burnus
Date: Sat Dec 11 22:04:06 2010
New Revision: 167715

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=167715
Log:
2010-12-11  Tobias Burnus  <burnus@net-b.de>

        PR fortran/46370
        * primary.c (gfc_match_varspec): Pass information about
        * codimension
        to gfc_match_array_ref also for BT_CLASS.
        * resolve.c (resolve_procedure): Correct check for C612.

2010-12-11  Tobias Burnus  <burnus@net-b.de>

        PR fortran/46370
        * gfortran.dg/coarray_14.f90: New.


Added:
    trunk/gcc/testsuite/gfortran.dg/coarray_14.f90
Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/primary.c
    trunk/gcc/fortran/resolve.c
    trunk/gcc/testsuite/ChangeLog


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