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/53824] ICE with ALLOCATE of coarrays


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

--- Comment #2 from Thomas Koenig <tkoenig at gcc dot gnu.org> 2012-07-16 20:58:08 UTC ---
Author: tkoenig
Date: Mon Jul 16 20:58:04 2012
New Revision: 189549

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=189549
Log:
2012-07-16  Thomas KÃnig  <tkoenig@gcc.gnu.org>

    PR fortran/53824
    * resolve.c (resolve_allocate_deallocate):  If both
    start indices are NULL, skip the test for equality.

2012-07-16  Thomas KÃnig  <tkoenig@gcc.gnu.org>

    PR fortran/53824
    * gfortran.dg/coarray_allocate_1.f90:  New test.


Added:
    trunk/gcc/testsuite/gfortran.dg/coarray_allocate_1.f90
Modified:
    trunk/gcc/fortran/ChangeLog
    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]