--- 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
--- 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
--- 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