RE: ghc crashes

2003-02-17 Thread Simon Peyton-Jones
Sigbjorn, Stef Stef has tripped over a genuine bug in GHC 5.04. It's already fixed in the head, but we hadn't back-patched it into 5.04. Since it has come up again, its convinced us to back-patch, and the fix will be in the next release of GHC, both on the 5.04 branch and in the HEAD. The bug r

RE: GHC crashes: the `impossible' happened

2000-05-24 Thread Simon Marlow
> I have a simple Haskell source file that uses unboxed tuples > and causes > GHC-4.07 (from the CVS repository last week) to crash, with or without > optimization. > > The source (Bug.hs) is: > > module Bug (scaleInt) where > > import PrelGHC > > scaleInt :: (# Int, Int #) -> Int -> Int > s