|
[GHC] #908: Deriving MPTC panic: tcSplitTyConApp: msg#00074lang.haskell.glasgow.bugs
#908: Deriving MPTC panic: tcSplitTyConApp -----------------------------------+---------------------------------------- Reporter: bjorn@xxxxxxxxxxxx | Owner: Type: bug | Status: new Priority: normal | Milestone: Component: Compiler | Version: 6.5 Severity: normal | Keywords: Os: Unknown | Difficulty: Unknown Architecture: Unknown | -----------------------------------+---------------------------------------- Current GHC HEAD panics when trying to compile test [http://darcs.haskell.org/testsuite/tests/ghc- regress/deriving/should_compile/drv020.hs drv020] (added by me): {{{ $ compiler/stage1/ghc-inplace -no-recomp -c -fglasgow-exts testsuite/tests /ghc-regress/deriving/should_compile/drv020.hs ghc-6.5: panic! (the 'impossible' happened) (GHC version 6.5 for i386-apple-darwin): tcSplitTyConApp {main:ShouldSucceed.MonadState{tc rdb} base:GHC.Base.Int{(w) tc 3J} <nt>main:ShouldSucceed.Foo{tc rat}} }}} It seems to have problems with this declaration: {{{ newtype Foo a = MkFoo (State Int a) deriving (Monad, MonadState Int) }}} -- Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/908> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler_______________________________________________ Glasgow-haskell-bugs mailing list Glasgow-haskell-bugs@xxxxxxxxxxx http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: [GHC] #907: Case sensitive ghci commands, GHC |
|---|---|
| Next by Date: | Re: [GHC] #806: hGetBufNonBlocking doesn't work with -threaded on Windows, GHC |
| Previous by Thread: | [GHC] #907: Case sensitive ghci commands, GHC |
| Next by Thread: | Re: [GHC] #908: Deriving MPTC panic: tcSplitTyConApp, GHC |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |