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

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).