This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/28416] ICE on allocatable codes
- From: "eedelman at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 24 Jul 2006 20:16:10 -0000
- Subject: [Bug fortran/28416] ICE on allocatable codes
- References: <bug-28416-9410@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #5 from eedelman at gcc dot gnu dot org 2006-07-24 20:16 -------
Subject: Bug 28416
Author: eedelman
Date: Mon Jul 24 20:15:59 2006
New Revision: 115721
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115721
Log:
fortran/
2006-07-24 Erik Edelmann <eedelman@gcc.gnu.org>
PR fortran/28416
* trans-array.c (gfc_conv_array_parameter): Give special treatment
for ALLOCATABLEs if they are themselves dummy variables.
testsuite/
2006-07-24 Erik Edelmann <eedelman@gcc.gnu.org>
PR fortran/28416
* gfortran.dg/allocatable_dummy_3.f90: New.
Added:
trunk/gcc/testsuite/gfortran.dg/allocatable_dummy_3.f90
Modified:
trunk/gcc/fortran/ChangeLog
trunk/gcc/fortran/trans-array.c
trunk/gcc/testsuite/ChangeLog
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28416