Isaac Dupree wrote:

Also my other test, parser/should_compile/read063, (and probably others) seem to be getting a failure for optimization mode just because of a NOTE in stderr? :

--- /dev/null   2007-12-30 14:48:00.000000000 -0500
+++ ./read063.comp.stderr.normalised    2008-01-04 08:55:51.000000000 -0500
@@ -0,0 +1 @@
+NOTE: Simplifier still going after 4 iterations; bailing out.  Size = 26
*** unexpected failure for read063(optc)

This just means your compiler was compiled with -DDEBUG. Ideally we should have a flag for disabling debugging output for use when running the test suite, otherwise -DDEBUG is less useful than it should be. If we did this, then arguably validate should use -DDEBUG... but it will slow things down.

Cheers,
        Simon

_______________________________________________
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to