public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libfortran/22170] New: Handle format slash error
@ 2005-06-24  9:31 fengwang at gcc dot gnu dot org
  2005-06-24 13:41 ` [Bug libfortran/22170] " pinskia at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: fengwang at gcc dot gnu dot org @ 2005-06-24  9:31 UTC (permalink / raw)
  To: gcc-bugs

write (*, "(3/)")
end

output 9 lines. Seems to double count repeated slash.

-- 
           Summary: Handle format slash error
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: libfortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: fengwang at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org
  GCC host triplet: i686-pc-linux


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


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

* [Bug libfortran/22170] Handle format slash error
  2005-06-24  9:31 [Bug libfortran/22170] New: Handle format slash error fengwang at gcc dot gnu dot org
@ 2005-06-24 13:41 ` pinskia at gcc dot gnu dot org
  2005-06-28 10:44 ` [Bug libfortran/22170] [4.0 only] " fxcoudert at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-06-24 13:41 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-06-24 13:41 -------
Confirmed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-06-24 13:41:28
               date|                            |


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


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

* [Bug libfortran/22170] Handle format slash error
  2005-06-24  9:31 [Bug libfortran/22170] New: Handle format slash error fengwang at gcc dot gnu dot org
  2005-06-24 13:41 ` [Bug libfortran/22170] " pinskia at gcc dot gnu dot org
  2005-06-28 10:44 ` [Bug libfortran/22170] [4.0 only] " fxcoudert at gcc dot gnu dot org
@ 2005-06-28 10:44 ` cvs-commit at gcc dot gnu dot org
  2005-07-19  8:18 ` [Bug libfortran/22170] [4.0 only] " fxcoudert at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-06-28 10:44 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-06-28 10:43 -------
Subject: Bug 22170

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	fxcoudert@gcc.gnu.org	2005-06-28 10:43:23

Modified files:
	libgfortran    : ChangeLog 
	libgfortran/io : transfer.c 

Log message:
	PR libfortran/22170
	* io/transfer.c (formatted_transfer): Do not iterate on the
	repeat count of a FMT_SLASH, since this is already done in
	next_format().

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgfortran/ChangeLog.diff?cvsroot=gcc&r1=1.251&r2=1.252
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgfortran/io/transfer.c.diff?cvsroot=gcc&r1=1.44&r2=1.45



-- 


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


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

* [Bug libfortran/22170] [4.0 only] Handle format slash error
  2005-06-24  9:31 [Bug libfortran/22170] New: Handle format slash error fengwang at gcc dot gnu dot org
  2005-06-24 13:41 ` [Bug libfortran/22170] " pinskia at gcc dot gnu dot org
@ 2005-06-28 10:44 ` fxcoudert at gcc dot gnu dot org
  2005-06-28 10:44 ` [Bug libfortran/22170] " cvs-commit at gcc dot gnu dot org
  2005-07-19  8:18 ` [Bug libfortran/22170] [4.0 only] " fxcoudert at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2005-06-28 10:44 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From fxcoudert at gcc dot gnu dot org  2005-06-28 10:43 -------
Well, this is fairly easy to fix. Commit will follow, and I'll be waiting for
the 4.0 branch to reopen to commit there.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |fxcoudert at gcc dot gnu dot
                   |dot org                     |org
             Status|NEW                         |ASSIGNED
   GCC host triplet|i686-pc-linux               |
           Keywords|                            |patch
   Last reconfirmed|2005-06-24 13:41:28         |2005-06-28 10:43:49
               date|                            |
            Summary|Handle format slash error   |[4.0 only] Handle format
                   |                            |slash error
   Target Milestone|---                         |4.0.2


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


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

* [Bug libfortran/22170] [4.0 only] Handle format slash error
  2005-06-24  9:31 [Bug libfortran/22170] New: Handle format slash error fengwang at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2005-06-28 10:44 ` [Bug libfortran/22170] " cvs-commit at gcc dot gnu dot org
@ 2005-07-19  8:18 ` fxcoudert at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2005-07-19  8:18 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From fxcoudert at gcc dot gnu dot org  2005-07-19 08:14 -------
Looks like someone committed the patch on 4.0 (I think it's Paul T, as part of
his  other patch to formatted_transfer).

Fixed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED


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


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

end of thread, other threads:[~2005-07-19  8:14 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-06-24  9:31 [Bug libfortran/22170] New: Handle format slash error fengwang at gcc dot gnu dot org
2005-06-24 13:41 ` [Bug libfortran/22170] " pinskia at gcc dot gnu dot org
2005-06-28 10:44 ` [Bug libfortran/22170] [4.0 only] " fxcoudert at gcc dot gnu dot org
2005-06-28 10:44 ` [Bug libfortran/22170] " cvs-commit at gcc dot gnu dot org
2005-07-19  8:18 ` [Bug libfortran/22170] [4.0 only] " 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).