Another bug I think

2001-04-18 Thread George Russell

I'm trying to get UniForM through ghc 5.00 (limping at the moment, as I
have to turn on -fasm -Onot to work around bugs previously reported) and
I get

ghc-5.00: panic! (the `impossible' happened, GHC version 5.00):
ERROR: Native code generator can't handle casm

Please report it as a compiler bug to [EMAIL PROTECTED],
or http://sourceforge.net/projects/ghc/.

Which is what I'm now doing.  Actually I think in this case the bug is
that this is an error message rather than a panic . . .

___
Glasgow-haskell-bugs mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs



RE: Another bug I think

2001-04-18 Thread Julian Seward (Intl Vendor)


| ghc-5.00: panic! (the `impossible' happened, GHC version 5.00):
| ERROR: Native code generator can't handle casm

casm's are deprecated; they should have been knocked on the head
years ago.  The Right Thing To Do (tm) is to rewrite your code to 
use the FFI.  Or are you saying that the casm is nothing to do with
you and turned up via inlining? (unlikely with -Onot).

J

___
Glasgow-haskell-bugs mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs