[Bug fortran/44354] incorrect output at run time
mikael at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Tue Jun 1 14:09:00 GMT 2010
------- Comment #19 from mikael at gcc dot gnu dot org 2010-06-01 14:09 -------
Created an attachment (id=20795)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20795&action=view)
Draft patch, version 2
Also pre-evaluate the lower bound.
for a case like this :
integer j(4)
I=5
j = (/(i,i=I-1,8)/)
end
--
mikael at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #20787|0 |1
is obsolete| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44354
More information about the Gcc-bugs
mailing list