[Bug fortran/15314] [gfortran] ICE caused by array initializer in derived type definition
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Thu May 6 12:55:00 GMT 2004
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-05-06 12:55 -------
Confirmed, the issue is that the front-end is not expanding the following right:
integer :: a(10) = 1
It is just doing:
static struct foo x = {.a=1, .b=1};
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Keywords| |ice-on-valid-code
Last reconfirmed|0000-00-00 00:00:00 |2004-05-06 12:55:46
date| |
Target Milestone|--- |tree-ssa
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15314
More information about the Gcc-bugs
mailing list