public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/20124] New: gfortran prints -.01 incorrectly
@ 2005-02-21 23:13 dir at lanl dot gov
  2005-02-21 23:17 ` [Bug libfortran/20124] " pinskia at gcc dot gnu dot org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: dir at lanl dot gov @ 2005-02-21 23:13 UTC (permalink / raw)
  To: gcc-bugs

Actually + and - .01 print as zero -


[dir:~/tests/gfortran] dir% gfortran -o print01 print01.f
[dir:~/tests/gfortran] dir% print01
      0.00      0.00
STOP 0
[dir:~/tests/gfortran] dir% cat print01.f
      program main
      x=-.01
      y=.01
      write(6,1000)x,y
      stop
 1000 format (2f10.2)
      end

-- 
           Summary: gfortran prints -.01 incorrectly
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: dir at lanl dot gov
                CC: gcc-bugs at gcc dot gnu dot org
  GCC host triplet: powerpc-apple-darwin7.8.0


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


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

end of thread, other threads:[~2005-03-15 21:49 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-02-21 23:13 [Bug fortran/20124] New: gfortran prints -.01 incorrectly dir at lanl dot gov
2005-02-21 23:17 ` [Bug libfortran/20124] " pinskia at gcc dot gnu dot org
2005-02-24 20:40 ` coudert at clipper dot ens dot fr
2005-02-24 22:18 ` coudert at clipper dot ens dot fr
2005-03-11  8:03 ` cvs-commit at gcc dot gnu dot org
2005-03-11  8:03 ` cvs-commit at gcc dot gnu dot org
2005-03-11 14:17 ` pinskia at gcc dot gnu dot org
2005-03-15 21:49 ` pinskia 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).