#1570: ghc panic when compiling with -fPIC
-----------------------+----------------------------------------------------
  Reporter:  guest     |          Owner:                               
      Type:  bug       |         Status:  new                          
  Priority:  highest   |      Milestone:                               
 Component:  Compiler  |        Version:  6.6.1                        
  Severity:  blocker   |       Keywords:  panic -fPIC initializePicBase
Difficulty:  Unknown   |             Os:  Linux                        
  Testcase:            |   Architecture:  x86_64 (amd64)               
-----------------------+----------------------------------------------------
ghc panic on compiling such a simple programme:
 -- begin
 module FPIC where
 foo = putStrLn "hello"
 -- end

 error message:
 ghc -fPIC -c fPIC.hs
 ghc-6.6.1: panic! (the 'impossible' happened)
   (GHC version 6.6.1 for x86_64-unknown-linux):
         initializePicBase

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

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/1570>
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