#1654: GHC Panic in 6.8.1
-----------------------------+----------------------------------------------
 Reporter:  [EMAIL PROTECTED]  |          Owner:            
     Type:  bug              |         Status:  new       
 Priority:  high             |      Milestone:  6.8 branch
Component:  Compiler         |        Version:  6.8.1     
 Severity:  major            |     Resolution:            
 Keywords:                   |     Difficulty:  Unknown   
 Testcase:                   |   Architecture:  x86       
       Os:  Linux            |  
-----------------------------+----------------------------------------------
Comment (by simonmar):

 Looking at the repro instructions for this bug, it seems the common factor
 is that the bootstrapping compiler is built with no optimisation,
 ''including the libraries''.

 Simon, you could try setting your `build.mk` to "quickest", and add
 `GhcStage3HcOpts = -O2`, then try building a stage 3 compiler, my hunch is
 that this should reproduce it.

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