RE: Stack Overflow Panic

2002-03-04 Thread Simon Peyton-Jones
Ahem. Yes, that's a bug all right. How embarassing. I've fixed it, but won't be able to commit the fix till I get back at the end of this week. Meanwhile, use 'data' instead of 'newtype' as a workaround. Thanks for reporting this, and for boiling it down to something small. Simon | -O

Re: Stack Overflow Panic

2002-03-04 Thread Sven Panne
Just a small note: Changing PP from a datatype renaming (newtype) to an algebraic datatype (data) or inlining ppThen helps... Cheers, S. ___ Glasgow-haskell-bugs mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/glasgow-haske

Re: Stack Overflow Panic

2002-03-04 Thread Sven Panne
Wolfgang Thaller wrote: > [...] > There is no problem with ghc-5.02.2 on Intel. I cannot try it out > on ghc-5.03/intel due to lack of disk space. > > Any Ideas? The GHC from HEAD (Feb 28) crashes, too, even without -O. :-( No idea why, but -v tells me that it is the first simplifier pas