[Bug libfortran/23380] [mingw32] cpu_time intrinsic malfunction

2005-09-29 Thread fxcoudert at gcc dot gnu dot org
--- Additional Comments From fxcoudert at gcc dot gnu dot org 2005-09-29 12:29 --- Fixed. -- What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug libfortran/23380] [mingw32] cpu_time intrinsic malfunction

2005-09-24 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-24 08:39 --- Subject: Bug 23380 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-09-24 08:39:35 Modified files: libgfortran: ChangeLog libgfortran/intrin

[Bug libfortran/23380] [mingw32] cpu_time intrinsic malfunction

2005-09-06 Thread fxcoudert at gcc dot gnu dot org
--- 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 i

[Bug libfortran/23380] [mingw32] cpu_time intrinsic malfunction

2005-08-14 Thread dannysmith at users dot sourceforge dot net
--- Additional Comments From dannysmith at users dot sourceforge dot net 2005-08-14 20:56 --- >From my libgfortran/config.h, configured with --host=mingw32 --target=mingw32 and mingw runtime as distributed by mingw.org /* Define to 1 if you have the `getrusage' function. */ /* #undef HA

[Bug libfortran/23380] [mingw32] cpu_time intrinsic malfunction

2005-08-14 Thread kargl at gcc dot gnu dot org
--- Additional Comments From kargl at gcc dot gnu dot org 2005-08-14 16:48 --- (In reply to comment #3) > I don't know why you say that "MingW claims to have a HAVE_TIMES". > It doesn't. > Read the code for __cpu_time_1. The only way that cpu_time can return zero is if HAVE_TIMES is d

[Bug libfortran/23380] [mingw32] cpu_time intrinsic malfunction

2005-08-14 Thread edunlop at utvinternet dot ie
--- Additional Comments From edunlop at utvinternet dot ie 2005-08-14 09:41 --- Subject: RE: [mingw32] cpu_time intrinsic malfunction Danny I would consider your suggestion very acceptable - it is obviously not 100% but would sort the problem for many users, including myself. Thank yo

[Bug libfortran/23380] [mingw32] cpu_time intrinsic malfunction

2005-08-14 Thread dannysmith at users dot sourceforge dot net
--- Additional Comments From dannysmith at users dot sourceforge dot net 2005-08-14 07:29 --- I don't know why you say that "MingW claims to have a HAVE_TIMES". It doesn't. To get process times on mingw we need to use the win32api function GetProcessTimes. This is available on NT4 a

[Bug libfortran/23380] [mingw32] cpu_time intrinsic malfunction

2005-08-13 Thread kargl at gcc dot gnu dot org
--- Additional Comments From kargl at gcc dot gnu dot org 2005-08-14 01:33 --- (In reply to comment #1) > This is a mingw32 specific issue. > > The implemention for mingw32 is not complete. > intrinsics/cpu_time.c is where it is implemented, > we only check for HAVE_GETRUSAGE and HAVE_T

[Bug libfortran/23380] [mingw32] cpu_time intrinsic malfunction

2005-08-13 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-13 21:55 --- This is a mingw32 specific issue. The implemention for mingw32 is not complete. intrinsics/cpu_time.c is where it is implemented, we only check for HAVE_GETRUSAGE and HAVE_TIMES. -- What|Re