------- Additional Comments From fxcoudert at gcc dot gnu dot org 2005-09-06
17:21 -------
Well, I don't know what went wrong here, but: it works for me, with the
2005-08-05 binaries (downloaded the installer, etc.) Moreover, as the source of
the binaries, I checked my config.h file, and it is indeed correct.
$ cat cputime.f90
real x
call cpu_time (x)
print *, x
end
$ ./bin/gfortran.exe cputime.f90 && a
-1.000000
Well, perhaps "nothing's wrong" is a bit too optimistic since cpu_time does
conform to the standard but is still not fully... satisfactory. Keeping this PR
open to track the new issue (correct by Danny's win32 code).
--
What |Removed |Added
----------------------------------------------------------------------------
CC| |fxcoudert at gcc dot gnu dot
| |org
GCC target triplet| |i686-pc-mingw32
Last reconfirmed|2005-08-13 21:55:29 |2005-09-06 17:21:59
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23380