------- Comment #5 from pinskia at gcc dot gnu dot org 2006-01-09 22:33 -------
Here is a testcase which fails currently because of this bug:
program stuff
integer :: i_do
integer :: i(100001) = (/ (i_do, i_do=1,100001) /)
write (*,*) i
end program stuff----- The limit was rose but we should be able to do better. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19925
