#2355: Building NDP fails with GHC panic on x86_64
---------------------------+------------------------------------------------
 Reporter:  Nolari         |          Owner:                
     Type:  bug            |         Status:  new           
 Priority:  normal         |      Milestone:                
Component:  Compiler       |        Version:  6.9           
 Severity:  major          |     Resolution:                
 Keywords:  ndp ghc panic  |     Difficulty:  Unknown       
 Testcase:                 |   Architecture:  x86_64 (amd64)
       Os:  Linux          |  
---------------------------+------------------------------------------------
Comment (by rl):

 I'm getting the initC error, too. This module isn't NDP-specific (and
 isn't vectorised) so it looks like a GHC bug. I guess it's been introduced
 by

 Thu Jun  5 05:44:23 PDT 2008  [EMAIL PROTECTED]
   * Desugar multiple polymorphic bindings more intelligently

 since adding -fno-ds-multi-tyvar fixes it. -dcore-lint says:

 *** Core Lint Errors: in result of Simplifier phase gentle, iteration 1
 out of 10 ***
 <no location info>:
     In the expression: Data.Array.Parallel.Base.Rebox.:DRebox
                          @ (Data.Array.Parallel.Base.Rebox.Box a_adV)
 (rebox_siX @ a_adV)
     rebox_siX is out of scope

 Simon, could you please take a look.

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