https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111368
--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> --- (In reply to Eric Gallager from comment #0) > The contrib/test_summary script > should test the git branch that it's printing against the git branch that > was actually tested to help guard against errors like this. How can it know the git branch that was actually tested? The test_summary script just looks at the contents of the source tree and the build directory, specifically at the LAST_UPDATED file and the output of config.status. If the GCC build that was tested lies about its version, then I don't think it should be the test_summary script's job to detect that.