------- Comment #8 from tkoenig at gcc dot gnu dot org  2009-11-21 23:42 -------
Subject: Re:  Weird translation of DO loops

On Sat, 2009-11-21 at 23:23 +0000, rguenther at suse dot de wrote:

> That's better.

Not yet correct, though, this causes regressions for

      program main
      character*9 line
      line = ' 10  1 -3'
      read (unit=line,fmt='(3I3)') m1, m2, m3

      print *,m1,m2,m3
      do i=m1, m2, m3
         print *,i
      end do
      end program main

I'll have to look some more.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42131

Reply via email to