[Bug fortran/35339] Improve translation of implied do loop in transfer

fxcoudert at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Mon Feb 25 10:01:00 GMT 2008



------- Comment #1 from fxcoudert at gcc dot gnu dot org  2008-02-25 10:00 -------
(In reply to comment #0)
> real, dimension(10) :: a
> write(10,'(10f8.3)') a
> write(10,'(10f8.3)') (a(i), i=1,10)

The problem is, this isn't possible in the most generic case:

  write(10,'(10f8.3)') (a(i**-2*i+13), i=1,10)


-- 

fxcoudert at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fxcoudert at gcc dot gnu dot
                   |                            |org


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



More information about the Gcc-bugs mailing list