#2504: linkBCO: >= 64k insns in BCO
------------------------+---------------------------------------------------
    Reporter:  guest    |       Owner:          
        Type:  bug      |      Status:  new     
    Priority:  normal   |   Component:  Compiler
     Version:  6.8.3    |    Severity:  normal  
    Keywords:           |    Testcase:          
Architecture:  Unknown  |          Os:  Unknown 
------------------------+---------------------------------------------------
 I was working on problem 22 of Project Euler, see
 http://projecteuler.net/index.php?section=problems&id=22.

 I download a file names.txt and wanted to make a haskell file of this with
 the following before the string:
 > module Problem22 where

 > names = [
 and a closing bracket after the list of names of course.

 I also tried a search and replace, so it is not one big line.

 When loading this ghci on windows vista gives the following error:

 GHCi, version 6.8.3: http://www.haskell.org/ghc/  :? for help
 Loading package base ... linking ... done.
 [1 of 1] Compiling Problem22        ( C:/prive/Haskell/Bart/problem22.lhs,
 interpreted )
 : panic! (the 'impossible' happened)
   (GHC version 6.8.3 for i386-unknown-mingw32):
         linkBCO: >= 64k insns in BCO

 Please report this as a GHC bug:  http://www.haskell.org/ghc/reportabug

 >

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/2504>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to