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