#3022: ghc: panic! (the 'impossible' happened) linkBCO: >= 64k insns in BCO
-----------------------------+----------------------------------------------
Reporter: guest | Owner:
Type: bug | Status: new
Priority: normal | Component: Compiler
Version: 6.10.1 | Severity: normal
Keywords: | Testcase:
Os: Unknown/Multiple | Architecture: Unknown/Multiple
-----------------------------+----------------------------------------------
ghci told me to report a bug:
{{{
$ ghci 18.hs
GHCi, version 6.10.1: http://www.haskell.org/ghc/ :? for help
Loading package ghc-prim ... linking ... done.
Loading package integer ... linking ... done.
Loading package base ... linking ... done.
[1 of 1] Compiling Main ( 18.hs, interpreted )
ghc: panic! (the 'impossible' happened)
(GHC version 6.10.1 for i386-unknown-linux):
linkBCO: >= 64k insns in BCO
Please report this as a GHC bug: http://www.haskell.org/ghc/reportabug
>
$ ghci --version
The Glorious Glasgow Haskell Compilation System, version 6.10.1
$ uname -a
Linux ogum 2.6.24-23-generic #1 SMP Mon Jan 26 00:13:11 UTC 2009 i686
GNU/Linux
}}}
I've attached the offending file, here's the md5sum:
{{{
$ md5sum 18.hs
1594c7d5522d0b1d7f1a70f6f3dfc24a 18.hs
}}}
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/3022>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs