Simon Marlow wrote:
But not these:

Unexpected failures:
   GADT11(normal)
   Simple13(normal)
   derefnull(normal)
   divbyzero(normal)
   equal(normal)
   set(normal)
   syn-perf(normal)
   tc(normal)
   tc095(normal)
   termination(normal)
   while(normal)

Linux i686 dual-core, happening with base compiler ghc-6.6.1 and ghc-6.8.2, I think.

here's the substance of my validate.mk:
SRC_HC_OPTS     = -H128m -O -fasm
GhcStage1HcOpts = -O -fasm -DDEBUG
GhcStage2HcOpts = -O -fasm -DDEBUG
GhcLibHcOpts    = -O -fasm -fgenerics
GhcLibWays      =
SplitObjs       = NO
GhcBootLibs     = YES


Also, simonpj's latest build just fell over due to a warning in FastBool (Panic is imported but nothing is used). Any idea why?

must be the FastBool warning I accidentally produced (despite validating successfully, somehow - because of -DDEBUG, darn), that Ian's fixed. Sorry. Maybe I should validate both ways (DEBUG and non-DEBUG).

~Isaac

_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to