public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/15332] New: [gfortran] colon edit descriptor not handled correctly
@ 2004-05-06 22:00 Tobias dot Schlueter at physik dot uni-muenchen dot de
  2004-05-06 22:35 ` [Bug fortran/15332] " pinskia at gcc dot gnu dot org
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: Tobias dot Schlueter at physik dot uni-muenchen dot de @ 2004-05-06 22:00 UTC (permalink / raw)
  To: gcc-bugs

This program:
	i = 0; j = 1
	WRITE(*,100) i, j
	WRITE(*,100) i
 100    FORMAT("i =",i2,:,", j =",i2)
	END
should print:
i = 0, j = 1
i = 0
but it does print
i = 0, j = 1
i = 0, j =
instead, i.e. output doesn't stop after the colon edit descriptor. Most
interestingly fixing the apparent bug WRT this in format.c didn't help, even
though the code transfer.c triggers after this fix. I'm recording this here, so
that someone else can look at it, and so that I don't forget.

-- 
           Summary: [gfortran] colon edit descriptor not handled correctly
           Product: gcc
           Version: tree-ssa
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: Tobias dot Schlueter at physik dot uni-muenchen dot de
                CC: gcc-bugs at gcc dot gnu dot org


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


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2005-03-25  7:07 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-05-06 22:00 [Bug fortran/15332] New: [gfortran] colon edit descriptor not handled correctly Tobias dot Schlueter at physik dot uni-muenchen dot de
2004-05-06 22:35 ` [Bug fortran/15332] " pinskia at gcc dot gnu dot org
2004-05-16 23:15 ` tobi at gcc dot gnu dot org
2004-05-27  3:56 ` pinskia at gcc dot gnu dot org
2005-01-06 14:40 ` [Bug libfortran/15332] " tobi at gcc dot gnu dot org
2005-03-24 22:22 ` fxcoudert at gcc dot gnu dot org
2005-03-24 22:23 ` fxcoudert at gcc dot gnu dot org
2005-03-24 23:22 ` fxcoudert at gcc dot gnu dot org
2005-03-25  0:25 ` fxcoudert at gcc dot gnu dot org
2005-03-25  7:04 ` cvs-commit at gcc dot gnu dot org
2005-03-25  7:04 ` cvs-commit at gcc dot gnu dot org
2005-03-25  7:07 ` fxcoudert at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).