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 libfortran/19155] blanks not treated as zeros in 'E' format read (NIST FM110.FOR)


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


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