This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/21875] [meta-bug] NIST test suite failures
- From: "janis at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 13 Jul 2005 00:01:13 -0000
- Subject: [Bug fortran/21875] [meta-bug] NIST test suite failures
- References: <20050602054449.21875.fxcoudert@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From janis at gcc dot gnu dot org 2005-07-13 00:01 -------
The mainline patch in comment #4 causes SPEC CPU2000 test mgrid to fail on
powerpc-unknown-linux-gnu. This test case:
PROGRAM BUG
REAL A, B
READ 1000, A, B
1000 FORMAT (E8.0,E8.0)
STOP
END
with this input:
1.0D1 2.0D1
fails with the output:
At line 3 of file bad.f
Fortran runtime error: Bad value during floating point read
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21875