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_build/master-aarch64 in repository toolchain/ci/gcc.
from 0f58ba4dd6b tree-optimization/104373 - early diagnostic on unreachable code adds 3d5f4f76e6d libstdc++: Fix directory iterator build for newlib adds 3e539985cc7 libstdc++: Add atomic_fetch_xor to <stdatomic.h> adds 3881e1823c5 gfortran: Respect target's NO_DOT_IN_LABEL in trans-common.cc adds 3d7341cd731 c++: memfn lookup consistency and dependent using-decls adds 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 [...] new 2ac7b19f1e9 analyzer: handle more casts of string literals [PR98797] new c22f3fb7807 OpenMP/C++: Permit mapping classes with virtual members [PR102204] new b25a7c05f12 libstdc++: Strengthen memory order for atomic<T>::wait/notify
The 3 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/pt.cc | 26 +++++++---- gcc/fortran/trans-common.cc | 9 +++- 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.dg/analyzer/fields.c | 2 +- gcc/testsuite/gcc.dg/analyzer/gzio-3.c | 2 +- gcc/testsuite/gcc.dg/analyzer/gzio-3a.c | 2 +- gcc/testsuite/gcc.dg/analyzer/pr98969.c | 4 +- gcc/testsuite/gcc.dg/analyzer/pr99716-2.c | 2 +- gcc/testsuite/gcc.dg/analyzer/pr99774-1.c | 2 +- gcc/testsuite/gcc.dg/analyzer/strndup-1.c | 2 +- gcc/testsuite/gcc.dg/analyzer/zlib-5.c | 2 +- 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 +- libstdc++-v3/include/c_compatibility/stdatomic.h | 2 + libstdc++-v3/src/filesystem/dir-common.h | 2 + .../29_atomics/headers/stdatomic.h/c_compat.cc | 11 +++++ 26 files changed, 210 insertions(+), 47 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