Despite some changes in various parts of the cvs tree, the bug is still
reproducable:
do the following (on a linux machine with a bash):
export
CVSROOT=:pserver:[EMAIL PROTECTED]:/repository
cvs checkout uni
cvs checkout HetCATS
cd uni
./configure
make boot
make all
cd ../HetCATS
make
make het
glasgow-haskell-bugs,
I use GHC5.04.3 on windows XP.
I want to getCPUTime function to get a number used as a random seed.
The getCPUTime works well in GHCi(always increasing), but when
compiled by ghc, the return value of getCPUTime is fixed to two
values.This can be demonstrated by:
imp
Bugs item #715052, was opened at 2003-04-03 19:33
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=108032&aid=715052&group_id=8032
Category: Compiler
Group: 5.04.3
>Status: Closed
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobod
| profiling bigtime. I fixed it, but I don't know whether y'all want my
code...
| (for some reason I feel like I'm talking to myself here.)
Sorry about that. The ICFP deadline was last Friday, and both Simon and
I have been largely away since then. And I was away quite a bit during
March too.