[Bug fortran/19282] [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:27 --- 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/19282] [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=19282

[Bug fortran/19282] [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=19282

[Bug fortran/19282] [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:44 --- Not fixed in 4.0: $ cat > pr19282.f90 IMPLICIT NONE INTEGER,PARAMETER ::count=10 CHARACTER,PARAMETER::digits*(count+1) = '01234567890' INTEGER i CHARACTER,PARAMETER:: chardummy(0:count)*2 = & (/ (digi