
17 Sep
2005
17 Sep
'05
2:29 p.m.
On 9/17/05, Wolfgang Thaller
I suspect that you compiled the program with -O before, and then switched to -O0 without removing your .o files.
Silly me! Of course you're exactly right. After removing the .o files it worked. The only thing I don't understand is why I haven't needed -O0 elsewhere.
The upcoming GHC 6.4.1 will of course fix this problem.
I can live with the current situation but I'm glad to hear the problem's going away. Thanks, Steve