#5829: break003, break006, print019 fail with a DEBUG compiler
-------------------------------+--------------------------------------------
  Reporter:  igloo             |          Owner:                  
      Type:  bug               |         Status:  closed          
  Priority:  normal            |      Milestone:  7.6.1           
 Component:  Compiler          |        Version:  7.4.1-rc2       
Resolution:  fixed             |       Keywords:                  
        Os:  Unknown/Multiple  |   Architecture:  Unknown/Multiple
   Failure:  None/Unknown      |     Difficulty:  Unknown         
  Testcase:  break003          |      Blockedby:                  
  Blocking:                    |        Related:                  
-------------------------------+--------------------------------------------
Changes (by simonpj):

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


Comment:

 Thanks.  I believe these failures are now fixed
 {{{
 commit 542dd73658709e8fde109b459427db84c34d5aaf
 Author: Simon Peyton Jones <[email protected]>
 Date:   Mon Feb 6 08:42:38 2012 +0000

     Refactor tcUserStmt, to fix Trac #5829

     The problem was that the FunBind we we build in the expression case
     didn't have the right free variables, and that tripped an ASSERT
 later.

 >---------------------------------------------------------------

  compiler/main/HscTypes.lhs        |    8 ++-
  compiler/typecheck/TcRnDriver.lhs |   75
 ++++++++++++++++++++-----------------
  2 files changed, 46 insertions(+), 37 deletions(-)
 }}}
 Simon

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