|
ghc.exe: panic! (the `impossible' happened, GHC version 6.4): msg#00115lang.haskell.glasgow.bugs
The compiler has asked me to send a bug report...so here it is. This is with the Windows distribution of GHC 6.4. Compiling the following code: import Graphics.UI.ObjectIO hiding (Menu) class CScreen a where updateScreen :: a -> a drawScreen :: a -> Draw () data ScreenStack e l = EmptyScreenStack | ScreenStack (CScreen e) l Produces the following message: ghc -package objectio t.hs ghc.exe: panic! (the `impossible' happened, GHC version 6.4): ds_app_type Main.CScreen{tc r1TC} [e{tv a1V4}] Please report it as a compiler bug to glasgow-haskell-bugs@xxxxxxxxxxx, or http://sourceforge.net/projects/ghc/. I expect the code isn't correct, but I guess the compiler should give a sensible error messge. Thanks, Damyan.
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | compiler bug (in version 6.4), Henning Günther |
|---|---|
| Next by Date: | System/CPUTime.hs hsc2hs-inplace error, Armin Obersteiner |
| Previous by Thread: | compiler bug (in version 6.4), Henning Günther |
| Next by Thread: | RE: ghc.exe: panic! (the `impossible' happened, GHC version 6.4), Simon Peyton-Jones |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |