On Sat, Apr 23, 2011 at 1:43 AM, Mike Stump <mikest...@comcast.net> wrote: > On Apr 22, 2011, at 2:05 AM, Richard Guenther wrote: >> I think we shouldn't worry about this kind of testsuite fails. > > There are only two testcases in this class. I'd rather have zero. How do > you propose to fix them? For some reason, please just ignore the failures in > the test suite doesn't seem right to me. The next best option would be to > trim the recursion required by the testcase until it passes. Do you prefer > that solution?
No. Either we care for the thing the testcase tests or we don't. I think we care for it for regular GCC builds, not for -O0 builds. Thus, invent a way to skip the testcase for -O0 GCC builds and I'll be happy. Richard.