RE: stgSyn/CoreToStg.lhs:1112: Couldn't match `#' against `*'

2002-05-15 Thread Simon Marlow
maybe you need to rebuild the compiler you are compiling *with*? That's exactly what I'm trying to do with the latest CVS Head, so I assume you mean to try switching back to the Glasgow team's 5.02 or 5.03 releases to build. As the compiler I am using was built with the GHC team 5.03

bad check for Defined but not used

2002-05-15 Thread Feliks Kluzniak
Hello, It seems that the check for functions that are defined, but not used does not ignore direct recursion (see below: there is only one warning). I think this is not quite right. When I compile a module, I would find it very helpful to get information about unreachable code, i.e., about