[GHC] #7852: panic: kindFunResult ghc-prim:GHC.Prim.*{(w) tc 34d}

#7852: panic: kindFunResult ghc-prim:GHC.Prim.*{(w) tc 34d} ----------------------------------------+----------------------------------- Reporter: igloo | Owner: Type: bug | Status: new Priority: high | Milestone: 7.8.1 Component: Compiler (Type checker) | Version: 7.6.3 Keywords: | Os: Unknown/Multiple Architecture: Unknown/Multiple | Failure: None/Unknown Difficulty: Unknown | Testcase: Blockedby: | Blocking: Related: | ----------------------------------------+----------------------------------- This code: {{{ f :: (Num Int => Num) () => () f = undefined }}} make ghc panic: {{{ $ ghci q.hs GHCi, version 7.7.20130421: http://www.haskell.org/ghc/ :? for help Loading package ghc-prim ... linking ... done. Loading package integer-gmp ... linking ... done. Loading package base ... linking ... done. [1 of 1] Compiling Main ( q.hs, interpreted ) ghc-stage2: panic! (the 'impossible' happened) (GHC version 7.7.20130421 for x86_64-unknown-linux): kindFunResult ghc-prim:GHC.Prim.*{(w) tc 34d} Please report this as a GHC bug: http://www.haskell.org/ghc/reportabug
}}} -- Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/7852 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#7852: panic: kindFunResult ghc-prim:GHC.Prim.*{(w) tc 34d} ----------------------------------------+----------------------------------- Reporter: igloo | Owner: Type: bug | Status: new Priority: high | Milestone: 7.8.1 Component: Compiler (Type checker) | Version: 7.6.3 Keywords: | Os: Unknown/Multiple Architecture: Unknown/Multiple | Failure: None/Unknown Difficulty: Unknown | Testcase: Blockedby: | Blocking: Related: | ----------------------------------------+----------------------------------- Comment(by igloo): (originally reported by parcs in #7844) -- Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/7852#comment:1 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#7852: panic: kindFunResult ghc-prim:GHC.Prim.*{(w) tc 34d} ----------------------------------------+----------------------------------- Reporter: igloo | Owner: Type: bug | Status: new Priority: high | Milestone: 7.8.1 Component: Compiler (Type checker) | Version: 7.6.3 Keywords: | Os: Unknown/Multiple Architecture: Unknown/Multiple | Failure: None/Unknown Difficulty: Unknown | Testcase: Blockedby: | Blocking: Related: | ----------------------------------------+----------------------------------- Comment(by monoidal): We already have #7778. -- Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/7852#comment:2 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#7852: panic: kindFunResult ghc-prim:GHC.Prim.*{(w) tc 34d} --------------------------------------+------------------------------------- Reporter: igloo | Owner: Type: bug | Status: closed Priority: high | Milestone: 7.8.1 Component: Compiler (Type checker) | Version: 7.6.3 Resolution: duplicate | Keywords: Os: Unknown/Multiple | Architecture: Unknown/Multiple Failure: None/Unknown | Difficulty: Unknown Testcase: | Blockedby: Blocking: | Related: --------------------------------------+------------------------------------- Changes (by parcs): * status: new => closed * resolution: => duplicate Comment: I added a comment to #7778 that includes my findings from #7844. -- Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/7852#comment:3 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler
participants (1)
-
GHC