This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/53824] ICE with ALLOCATE of coarrays
- From: "tkoenig at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 16 Jul 2012 20:58:08 +0000
- Subject: [Bug fortran/53824] ICE with ALLOCATE of coarrays
- Auto-submitted: auto-generated
- References: <bug-53824-4@http.gcc.gnu.org/bugzilla/>
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