#1402: panic in GHC when building QuickCheck with optimization
-------------------------+--------------------------------------------------
    Reporter:  guest     |        Owner:         
        Type:  bug       |       Status:  closed 
    Priority:  normal    |    Milestone:         
   Component:  Compiler  |      Version:  6.7    
    Severity:  normal    |   Resolution:  fixed  
    Keywords:            |   Difficulty:  Unknown
          Os:  Linux     |     Testcase:  spec003
Architecture:  x86       |  
-------------------------+--------------------------------------------------
Changes (by simonpj):

  * resolution:  => fixed
  * testcase:  => spec003
  * status:  new => closed

Comment:

 Fixed!  Test is spec003

 It was a bug in the specialiser.

 Simon

 Thu Jun  7 19:55:34 BST 2007  Lemmih <[EMAIL PROTECTED]>
   * Fix Trac #1402: typo in specialiser

   This patch fixes a plain bug in the specialiser (rhs_bndrs instead
   of rhs_ids) which made GHC crash in obscure cases.

   It exposed a case in which we might not do all possible specialisation;
   see Note [Specialisation shape].  It's not an important case, but I've
   added a warning in DEBUG mode.

   Trac #1402.  Test is spec003.hs

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