[PATCH] Temporarily enable ac_fold_checking for --enable-checking=yes.

Daniel Berlin dberlin@dberlin.org
Mon Jun 25 05:15:00 GMT 2007


On 6/23/07, Mark Mitchell <mark@codesourcery.com> wrote:
> Sebastian Pop wrote:
> > Here are more numbers from my laptop i686-linux, bootstrapping
> > with --enable-checking=yes,fold
> > Elapsed (wall clock) time (h:mm:ss or m:ss): 2:32:58
> > That was with a small patch for PR32461 on which I'm working now.
>
> I love automated testing.
>
> I am *not* complaining about the existence of libstdc++ testsuite or
> 20061226-1.c.  In fact, I'm very impressed by the libstdc++ testsuite,
> and the fact that the maintainers have worked hard to expand it.  My
> concern (as a C++ maintainer) is that it very rarely finds problems with
> my changes, but does impact my ability to make those changes.


Just to put in a counterpoint about libstdc++ testing (i agree
wholeheartedly with your general sentiment)

When I was working on load PRE, and when i work on aliasing issues,
the libstdc++ testsuite is often the only thing i can get to actually
fail when i break something :)

At least for me, I usually start with just various RUNTESTFLAGS that
only do the execute, tree-ssa, and libstdc++ tests, and if those are
clean, I go on to do a full test run.
The rest is just too expensive and not enough value in terms of found
bugs for the changes I make (the tree-ssa is really to ensure i
haven't regressed our tree optimizers, since if something is failing
there, it doesn't really matter about the rest of the results)



More information about the Gcc-patches mailing list