From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4880 invoked by alias); 6 Sep 2005 17:22:05 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 4864 invoked by uid 48); 6 Sep 2005 17:22:00 -0000 Date: Tue, 06 Sep 2005 17:22:00 -0000 Message-ID: <20050906172200.4863.qmail@sourceware.org> From: "fxcoudert at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20050813214828.23380.edunlop@utvinternet.ie> References: <20050813214828.23380.edunlop@utvinternet.ie> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug libfortran/23380] [mingw32] cpu_time intrinsic malfunction X-Bugzilla-Reason: CC X-SW-Source: 2005-09/txt/msg00704.txt.bz2 List-Id: ------- 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