------- Comment #20 from mikael at gcc dot gnu dot org 2010-06-01 14:13 ------- (In reply to comment #19) > for a case like this : > > integer j(4) > I=5 > j = (/(i,i=I-1,8)/) You should read here : j = (/(i,i=I,8)/) > end >
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44354