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 16:59:50 -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 16:59 -------
Oops. This one passes with 20050709 and fails with 20050710, and is exactly
the format and input line from mgrid.
PROGRAM BUG
REAL*8 A(0:3)
READ 1000, A
1000 FORMAT (4D8.0)
STOP
END
-8.0D0 1.0D-4 0.50D0 0.250D0
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21875