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 69febe85275 pr104458.c: Replace long with long long for -mx32 adds 53fcc463392 i386: Fix vec_unpacks_float_lo_v4si operand constraint [PR104469] adds b32305b41dc middle-end: updating the reg use in exit block for -fzero-c [...] adds 2ac7b19f1e9 analyzer: handle more casts of string literals [PR98797] adds c22f3fb7807 OpenMP/C++: Permit mapping classes with virtual members [PR102204] adds b25a7c05f12 libstdc++: Strengthen memory order for atomic<T>::wait/notify adds db84f382ae3 c++: ICE on xtreme-header_a.H
No new revisions were added by this update.
Summary of changes: gcc/analyzer/region-model-manager.cc | 19 ++++++--- gcc/analyzer/region.cc | 28 +++++++++++++ gcc/analyzer/region.h | 6 +++ gcc/config/i386/sse.md | 2 +- gcc/cp/decl2.cc | 8 ---- gcc/cp/module.cc | 2 +- gcc/function.cc | 2 +- gcc/testsuite/g++.dg/gomp/unmappable-1.C | 2 +- gcc/testsuite/gcc.dg/analyzer/casts-1.c | 45 +++++++++++++++++---- gcc/testsuite/gcc.target/arm/pr100775.c | 9 +++++ gcc/testsuite/gcc.target/i386/pr104469.c | 12 ++++++ libgomp/testsuite/libgomp.c++/target-virtual-1.C | 50 ++++++++++++++++++++++++ libstdc++-v3/include/bits/atomic_wait.h | 4 +- 13 files changed, 161 insertions(+), 28 deletions(-) create mode 100644 gcc/testsuite/gcc.target/arm/pr100775.c create mode 100644 gcc/testsuite/gcc.target/i386/pr104469.c create mode 100644 libgomp/testsuite/libgomp.c++/target-virtual-1.C