This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/23091] ICE in gfc_trans_auto_array_allocation
- From: "reichelt at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 27 Jul 2005 12:59:49 -0000
- Subject: [Bug fortran/23091] ICE in gfc_trans_auto_array_allocation
- References: <20050727121428.23091.valera.veryazov@teokem.lu.se>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From reichelt at gcc dot gnu dot org 2005-07-27 12:59 -------
Confirmed. The following still ICE's (4.0 branch and mainline)
==============================
Subroutine My(n1)
Dimension myArray(n1)
Save myArray
Call xxx(myArray)
End
==============================
Paul, would you mind looking into this as it is related to PR21034
which was fixed by your patch?
--
What |Removed |Added
----------------------------------------------------------------------------
CC| |pbrook at gcc dot gnu dot
| |org, reichelt at gcc dot gnu
| |dot org
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Keywords| |ice-on-invalid-code,
| |monitored
Last reconfirmed|0000-00-00 00:00:00 |2005-07-27 12:59:47
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23091