Technique for finding regressions in the C++ parser
Mike Stump
mrs@apple.com
Mon Dec 2 15:25:00 GMT 2002
On Friday, November 29, 2002, at 06:34 PM, Craig Rodrigues wrote:
> You can repeat steps (2)-(4), but use the cvs co -D [DATE] to check out
> a version of GCC from a different date.
You want to use the syntax 128 days ago, 64 days ago, 32 days ago, 16
days ago.... Also, in the absence of other information, you want to
binary search. Further, if you have lots of bugs to do this with, you
want to cache cc1plus binaries, and use those first, before building
anything.
If you build often, and have extra disk space, you can squirrel away
cc1plus binaries into the cache to prime future searches. Saving about
one a week is good.
More information about the Gcc
mailing list