This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-arm-bootstrap in repository toolchain/ci/gcc.
from 8383d41d704 analyzer: fix testsuite issues seen with mingw [PR102052] adds 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 new db84f382ae3 c++: ICE on xtreme-header_a.H
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
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/pr104458.c | 2 +- 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 +- 14 files changed, 162 insertions(+), 29 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