This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/20101] New: zero prints incorrectly with 1pe12.4
- From: "dir at lanl dot gov" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 20 Feb 2005 05:16:49 -0000
- Subject: [Bug fortran/20101] New: zero prints incorrectly with 1pe12.4
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
I have never seen zero printed with a negative exponent before -
[dir:~/tests/gfortran] dir% gfortran -o format format.f
[dir:~/tests/gfortran] dir% format
0.0000E-01
[dir:~/tests/gfortran] dir% cat format.f
program main
zero=0
write(6,1000)zero
1000 format(1pe12.4)
end
[
--
Summary: zero prints incorrectly with 1pe12.4
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=20101