------- Additional Comments From fxcoudert at gcc dot gnu dot org 2005-06-12 08:05 ------- NIST test FM110 is still failing, and here is the reduced testcase:
$ cat FM110.f real a character*80 c c = "+ " read (c,"(F11.4)") a print *, a end $ g77 FM110.f && ./a.out 0. $ gfortran FM110.f && ./a.out At line 4 of file FM110.f Fortran runtime error: Bad value during floating point read -- What |Removed |Added ---------------------------------------------------------------------------- Last reconfirmed|2005-05-09 21:38:12 |2005-06-12 08:05:11 date| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19155