public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libfortran/23265] New: Error in floating point output with BN edit descriptor
@ 2005-08-06 21:23 fxcoudert at gcc dot gnu dot org
  2005-08-07  0:13 ` [Bug libfortran/23265] " pinskia at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2005-08-06 21:23 UTC (permalink / raw)
  To: gcc-bugs

$ cat fmt_read_bz_bn.f90 
character*80 :: correct=" 70.07 .888E+01"
write(*, 20) 70.07, 8.88
20 format (F6.2, BN, 1X, E8.3)
write (*,'(A)') correct
end
$ gfc fmt_read_bz_bn.f90 && ./a.exe 
 70.07 ********
 70.07 .888E+01

-- 
           Summary: Error in floating point output with BN edit descriptor
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: libfortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: fxcoudert at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org
  GCC host triplet: i386-mingw32


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


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

* [Bug libfortran/23265] Error in floating point output with BN edit descriptor
  2005-08-06 21:23 [Bug libfortran/23265] New: Error in floating point output with BN edit descriptor fxcoudert at gcc dot gnu dot org
@ 2005-08-07  0:13 ` pinskia at gcc dot gnu dot org
  2005-08-07 13:05 ` 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-08-07  0:13 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-08-07 00:12 -------
Hmm, this works for me on last night's build on i686-pc-linux-gnu:
 70.07 .888E+01
 70.07 .888E+01                                                                 

-- 


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


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

* [Bug libfortran/23265] Error in floating point output with BN edit descriptor
  2005-08-06 21:23 [Bug libfortran/23265] New: Error in floating point output with BN edit descriptor fxcoudert at gcc dot gnu dot org
  2005-08-07  0:13 ` [Bug libfortran/23265] " pinskia at gcc dot gnu dot org
@ 2005-08-07 13:05 ` fxcoudert at gcc dot gnu dot org
  2005-08-07 15:18 ` [Bug libfortran/23265] [mingw32] " pinskia at gcc dot gnu dot org
  2005-09-06 15:37 ` fxcoudert at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2005-08-07 13:05 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
OtherBugsDependingO|                            |23261
              nThis|                            |


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


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

* [Bug libfortran/23265] [mingw32] Error in floating point output with BN edit descriptor
  2005-08-06 21:23 [Bug libfortran/23265] New: Error in floating point output with BN edit descriptor fxcoudert at gcc dot gnu dot org
  2005-08-07  0:13 ` [Bug libfortran/23265] " pinskia at gcc dot gnu dot org
  2005-08-07 13:05 ` fxcoudert at gcc dot gnu dot org
@ 2005-08-07 15:18 ` pinskia at gcc dot gnu dot org
  2005-09-06 15:37 ` fxcoudert at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-08-07 15:18 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   GCC host triplet|i386-mingw32                |
 GCC target triplet|                            |i386-mingw32
            Summary|Error in floating point     |[mingw32] Error in floating
                   |output with BN edit         |point output with BN edit
                   |descriptor                  |descriptor


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


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

* [Bug libfortran/23265] [mingw32] Error in floating point output with BN edit descriptor
  2005-08-06 21:23 [Bug libfortran/23265] New: Error in floating point output with BN edit descriptor fxcoudert at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2005-08-07 15:18 ` [Bug libfortran/23265] [mingw32] " pinskia at gcc dot gnu dot org
@ 2005-09-06 15:37 ` fxcoudert at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2005-09-06 15:37 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From fxcoudert at gcc dot gnu dot org  2005-09-06 15:37 -------
This bug is due to the sprintf-patch for mingw, not yet commited into mainline.
Closing this, and I will submit a corrected patch.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID


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


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

end of thread, other threads:[~2005-09-06 15:37 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-08-06 21:23 [Bug libfortran/23265] New: Error in floating point output with BN edit descriptor fxcoudert at gcc dot gnu dot org
2005-08-07  0:13 ` [Bug libfortran/23265] " pinskia at gcc dot gnu dot org
2005-08-07 13:05 ` fxcoudert at gcc dot gnu dot org
2005-08-07 15:18 ` [Bug libfortran/23265] [mingw32] " pinskia at gcc dot gnu dot org
2005-09-06 15:37 ` 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).