This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/21875] [meta-bug] NIST test suite failures


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]