This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_check_gcc/master-aarch64 in repository toolchain/ci/gcc.
from 69921f4a7ec libgo: update to final Go 1.18 release adds 2f26b26721d libstdc++: Fix symbol versioning for Solaris 11.3 [PR103407] adds 732e4a75fe7 PR target/94680: Clear upper bits of V2DF using movq (like V2DI). adds 4565a07a646 PR c/98198: ICE-on-invalid-code error recovery. adds 3ef23439277 Fix strange binary corruption with last commit. adds 9fc8f278ebe Daily bump.
No new revisions were added by this update.
Summary of changes: ChangeLog | 4 ++ gcc/ChangeLog | 82 ++++++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/analyzer/ChangeLog | 72 ++++++++++++++++++++++ gcc/c-family/ChangeLog | 11 ++++ gcc/c-family/c-attribs.cc | 2 + gcc/config/i386/sse.md | 15 ++++- gcc/cp/ChangeLog | 12 ++++ gcc/testsuite/ChangeLog | 62 +++++++++++++++++++ gcc/testsuite/gcc.dg/pr98198.c | 7 +++ gcc/testsuite/gcc.target/i386/sse2-pr94680-2.c | 13 ++++ libgomp/ChangeLog | 11 ++++ libstdc++-v3/ChangeLog | 23 ++++++++ libstdc++-v3/config/abi/pre/gnu.ver | 7 +++ libstdc++-v3/testsuite/util/testsuite_abi.cc | 13 ++++ 15 files changed, 332 insertions(+), 4 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr98198.c create mode 100644 gcc/testsuite/gcc.target/i386/sse2-pr94680-2.c