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


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