This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/44354] incorrect output at run time



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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]