#5424: Validate error under 7.2.1 caused by incomplete pattern warnings in new
code gen (GADTs)
----------------------------------+-----------------------------------------
  Reporter:  dterei               |          Owner:  simonpj         
      Type:  bug                  |         Status:  closed          
  Priority:  normal               |      Milestone:                  
 Component:  Compiler             |        Version:  7.2.1           
Resolution:  fixed                |       Keywords:                  
  Testcase:  gadt/T5424           |      Blockedby:                  
Difficulty:                       |             Os:  Unknown/Multiple
  Blocking:                       |   Architecture:  Unknown/Multiple
   Failure:  Building GHC failed  |  
----------------------------------+-----------------------------------------

Comment(by simonpj@…):

 commit 8595c61cfae514bc9582d4447ccca5db5a201133
 {{{
 Author: Simon Peyton Jones <[email protected]>
 Date:   Mon Sep 5 09:38:50 2011 +0100

     Eliminate isHiBootTyCon in favour of isAbstractTyCon

     Fixes Trac #5456, which was a buglet arising from

       commit de9b85fa3fb6d4cd593366e1f2383cd0b492c056
       Author: Simon Peyton Jones <[email protected]>
       Date:   Fri Sep 2 17:43:53 2011 +0100

         Export a tiny bit more info with AbstractTyCon (fixes #5424)

     It only shows up when compiling with -O0!

  compiler/stgSyn/CoreToStg.lhs    |    6 +++---
  compiler/typecheck/TcTyDecls.lhs |    2 +-
  compiler/types/TyCon.lhs         |    7 -------
  3 files changed, 4 insertions(+), 11 deletions(-)
 }}}

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