[Bug fortran/20387] [4.0 only] ICE in gfc_conv_array_initializer

2005-09-18 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-18 20:26 --- All of these are fixed in 4.1.0. Since 4.0.2 is the last 4.0 release before a 4.1.0 release will be made, 4.0.2 and 4.0.1 were special releases for gfrotran. 4.0.3 should be a normal release for GCC and

[Bug fortran/20387] [4.0 only] ICE in gfc_conv_array_initializer

2005-09-18 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.2 |4.0.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20387

[Bug fortran/20387] [4.0 only] ICE in gfc_conv_array_initializer

2005-09-18 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.1.0 |4.0.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20387

[Bug fortran/20387] [4.0 only] ICE in gfc_conv_array_initializer

2005-09-18 Thread tkoenig at gcc dot gnu dot org
--- Additional Comments From tkoenig at gcc dot gnu dot org 2005-09-18 15:51 --- Still doesn't work in 4.0: $ cat > pr20387.f90 module bug04 integer, dimension(101), parameter, private :: a = (/ & 2,3,5,7, 11, 13, 17, 19, 23, 29, & 31, 37, 41