On 24 April 2010 16:34, Alfred M. Szmidt <a...@gnu.org> wrote: > I have a script that allows me to do the following in a single step: > > gccfarming cleanup > gccfarming bootstrap > gccfarming patch PATCH=mypatch.diff > gccfarming bootstrap > compare_tests clean.log mypatch.log > > That seems useful, could you post a copy of it somewhere?
It is just a modified version of the gcc_build script in contrib/. You can find my version in /home/manuel/bin/gccfarming in both gcc11 and gcc12 nodes in the compile farm. But there is also contrib/patch_tester.sh which is probably even better implemented and more clear. Cheers, Manuel.