This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/29343] (Regression) Error on valid specification variables in same call to ALLOCATE
- From: "pault at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 4 Oct 2006 16:54:32 -0000
- Subject: [Bug fortran/29343] (Regression) Error on valid specification variables in same call to ALLOCATE
- References: <bug-29343-10374@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #3 from pault at gcc dot gnu dot org 2006-10-04 16:54 -------
Subject: Bug 29343
Author: pault
Date: Wed Oct 4 16:54:19 2006
New Revision: 117435
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=117435
Log:
2006-10-04 Paul Thomas <pault@gcc.gnu.org>
PR fortran/29343
* resolve.c (resolve_allocate_expr): Exclude derived types from
search for dependences between allocated variables and the
specification expressions for other allocations in the same
statement.
2006-10-04 Paul Thomas <pault@gcc.gnu.org>
PR fortran/29343
* gfortran.dg/alloc_alloc_expr_2.f90: New test.
Added:
trunk/gcc/testsuite/gfortran.dg/alloc_alloc_expr_2.f90
Modified:
trunk/gcc/fortran/ChangeLog
trunk/gcc/fortran/resolve.c
trunk/gcc/testsuite/ChangeLog
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29343