
Folks, Sorry to bother you all with this, but someone submitted the enclosed bug report to SourceForge. Unfortunately, s/he didn't give an email address, nor did s/he give a source file that we can compile to expose the bug. If you submitted this, could you declare your identity! Otherwise this will stay unfixed. (Pls also try with 5.00.2 because it may well be fixed already.) Simon | -----Original Message----- | From: noreply@sourceforge.net [mailto:noreply@sourceforge.net] | Sent: 18 June 2001 19:47 | To: noreply@sourceforge.net | Subject: [ ghc-Bugs-434259 ] <<loop>> | | | Bugs item #434259, was updated on 2001-06-18 11:46 | You can respond by visiting: | http://sourceforge.net/tracker/?func=detail&atid=108032&aid=43 | 4259&group_id=8032 | | Category: Compiler (Parser) | Group: None | Status: Open | Resolution: None | Priority: 5 | Submitted By: Nobody/Anonymous (nobody) | Assigned to: Nobody/Anonymous (nobody) | Summary: <<loop>> | | Initial Comment: | ghc -c -fglasgow-exts Typedecl.hs (and without flag) | ghc-5.00: panic! (the `impossible' happened, GHC | version 5.00): | <<loop>> | | Please report it as a compiler bug to | glasgow-haskell-bugs@haskell.org, or | http://sourceforge.net/projects/ghc/. | | | data Val = | ....... | | Fun (Val -> TM Val) | | | type TM a = EnvT | ( ST1 Record | ( ST3 String | ( MaybeT | ( IdM)))) a | | | | | ---------------------------------------------------------------------- | | You can respond by visiting: | http://sourceforge.net/tracker/?func=detail&atid=108032&aid=43 4259&group_id=8032 _______________________________________________ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc
participants (1)
-
Simon Peyton-Jones