[Bug libfortran/20124] gfortran prints -.01 incorrectly

2005-03-15 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-15 21:49 --- Note I think this fixed a couple of SPEC 95 tests as they no longer mis compare. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20124

[Bug libfortran/20124] gfortran prints -.01 incorrectly

2005-03-11 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-11 14:16 --- Fixed, thanks for your report. -- What|Removed |Added Status|NEW

[Bug libfortran/20124] gfortran prints -.01 incorrectly

2005-03-11 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-03-11 08:03 --- Subject: Bug 20124 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-03-11 08:03:03 Modified files: libgfortran/io : write.c libgfortran: Cha

[Bug libfortran/20124] gfortran prints -.01 incorrectly

2005-03-11 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-03-11 08:03 --- Subject: Bug 20124 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-03-11 08:02:46 Modified files: libgfortran/io : write.

[Bug libfortran/20124] gfortran prints -.01 incorrectly

2005-02-24 Thread coudert at clipper dot ens dot fr
--- Additional Comments From coudert at clipper dot ens dot fr 2005-02-24 17:38 --- Patch proposed in http://gcc.gnu.org/ml/fortran/2005-02/msg00315.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20124

[Bug libfortran/20124] gfortran prints -.01 incorrectly

2005-02-24 Thread coudert at clipper dot ens dot fr
--- Additional Comments From coudert at clipper dot ens dot fr 2005-02-24 16:24 --- $ cat pr20124.f x = -.01 y = .01 write(*,'(2f10.2)') x, y print *, x, y end $ ./bin/gfortran -static pr20124.f && ./a.out 0.00 0.00 -9.998E-03 9.998E-03

[Bug libfortran/20124] gfortran prints -.01 incorrectly

2005-02-21 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-21 19:23 --- Confirmed. -- What|Removed |Added OtherBugsDependingO||19292