This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: GCC 4.1: Buildable on GHz machines only?
On Tue, 2005-05-17 at 23:33, Joseph S. Myers wrote:
> It's a de facto standard: don't modify your Subject header from that
> test_summary generates; there are plenty of examples on gcc-testresults of
> what the headers should look like. You can rewrite the shell script
> output by test_summary - all the test summaries sent by CodeSourcery
> Automatic Testing System rewrite the script to control the From address -
> but preserve the subject header when you do so or when you send the
> summary manually.
In my experience, test_summary does the wrong thing if you build and
test a unified source tree, for example, I run it on a unified arm-elf
tree and the subject line comes out as:
Results for 6.3.50.20050330-cvs -nx testsuite on arm-unknown-elf
This number seems to come from one of the other packages in the source
tree (gdb?). It certainly only changes when I update my binutils/gdb
sources, not when I update my gcc sources.
It would be good to get this fixed properly, but I was never much of a
shell wizard.
R.