RE: Compiler 5.02 asked me to report a bug.

2002-02-11 Thread Julian Seward (Intl Vendor)
This failure is handled better by 5.02.2; it at least tells you to use -fvia-C in the error message. So the real problem is that the debian people should upgrade what they distribute from 5.02 to 5.02.2. IIRC 5.02 contained a couple of serious segfaulting bugs which were fixed in 5.02.1, so it

Uncertain if this is a bug in GHC

2002-02-11 Thread Mike Thomas
Hi there. I am uncertain if the error message below from the code further below is a bug or not. Putting a space between the "--" and the "|" parses without error: - $ ghc -c test.hs test.hs:4: parse error on input `=' - m