[Bug fortran/20387] ICE in gfc_conv_array_initializer

2005-09-17 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-18 05:53 --- Fixed in 4.1.0. -- What|Removed |Added Status|NEW |RESOL

[Bug fortran/20387] ICE in gfc_conv_array_initializer

2005-03-08 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-08 20:11 --- Looks like we don't handle EXPR_ARRAY in gfc_conv_array_initializer, if we have 100 or less we get EXPR_CONSTANT. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20387

[Bug fortran/20387] ICE in gfc_conv_array_initializer

2005-03-08 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-08 19:49 --- Confirmed, reduced testcase which shows where the problem is (one less initializer and it will work): module bug04 integer, dimension(101), parameter, private :: a = (/ & 2,3,5,7, 11