This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/master-arm in repository toolchain/ci/gcc.
from 78ef40ecdc1 libstdc++: Fix comment in testsuite utility adds 1d47c0512a2 libatomic: Improve 16-byte atomics on Intel AVX [PR104688] adds 38ce4489635 libstdc++: Rewrite __moneypunct_cache::_M_cache [PR104966] adds 00df7ee4474 libstdc++: Avoid including <algorithm> in <filesystem> [PR92546] adds 8db155ddf8c Always use dominators in the cache when available. adds c482c28ba4c PR 90356: Use xor to load const_double 0.0 on SSE (always) new 2b3404357a1 analyzer: fix program_point::get_next for PK_BEFORE_STMT new 79e210f0c8e analyzer: fixes to -fdump-analyzer-state-purge
The 2 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/program-point.cc | 2 +- gcc/analyzer/state-purge.cc | 3 +- gcc/config/i386/i386.md | 21 +++-- gcc/gimple-range-cache.cc | 103 ++++++++++++++++------ gcc/testsuite/gcc.target/i386/pr86722.c | 11 +++ gcc/testsuite/gcc.target/i386/pr90356.c | 9 ++ libatomic/Makefile.am | 5 +- libatomic/Makefile.in | 6 +- libatomic/config/x86/host-config.h | 43 +++++++-- libatomic/config/x86/init.c | 12 +++ libstdc++-v3/include/bits/fs_path.h | 9 +- libstdc++-v3/include/bits/locale_facets_nonio.tcc | 102 ++++++++++----------- 12 files changed, 220 insertions(+), 106 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/pr86722.c create mode 100644 gcc/testsuite/gcc.target/i386/pr90356.c