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-aarch64-bootstrap_lto in repository toolchain/ci/gcc.
from 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. adds 004fc4f2fc6 Enhance further testcases to verify handling of OpenACC pri [...] adds c43cb355f25 Enhance further testcases to verify Openacc 'kernels' decom [...] adds 7276a18aba4 gimplify: Emit clobbers for TARGET_EXPR_SLOT vars later [PR103984] adds 3a7ba8fd0cd tree-optimization/104960 - unsplit edges after late sinking adds 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] new 8db155ddf8c Always use dominators in the cache when available.
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: 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/gimple-range-cache.cc | 103 ++++++++++++----- gcc/gimplify.cc | 34 +++--- gcc/passes.def | 4 +- gcc/testsuite/ChangeLog | 62 ++++++++++ gcc/testsuite/c-c++-common/goacc-gomp/nesting-1.c | 16 ++- gcc/testsuite/c-c++-common/goacc/kernels-loop-g.c | 3 + gcc/testsuite/c-c++-common/goacc/nesting-1.c | 18 ++- gcc/testsuite/g++.dg/opt/pr103984.C | 31 +++++ gcc/testsuite/gcc.dg/gimplefe-37.c | 2 +- gcc/testsuite/gcc.dg/goacc/nested-function-1.c | 22 ++++ gcc/testsuite/gcc.dg/pr98198.c | 7 ++ gcc/testsuite/gcc.target/i386/sse2-pr94680-2.c | 13 +++ gcc/testsuite/gfortran.dg/goacc/common-block-3.f90 | 31 ++++- .../gfortran.dg/goacc/nested-function-1.f90 | 10 ++ gcc/tree-ssa-sink.cc | 13 ++- libatomic/Makefile.am | 5 +- libatomic/Makefile.in | 6 +- libatomic/config/x86/host-config.h | 43 +++++-- libatomic/config/x86/init.c | 12 ++ libgomp/ChangeLog | 11 ++ .../libgomp.oacc-c-c++-common/acc_prof-kernels-1.c | 48 +++++++- .../libgomp.oacc-c-c++-common/kernels-loop-g.c | 3 + libgomp/testsuite/libgomp.oacc-fortran/if-1.f90 | 125 +++++++++++---------- libstdc++-v3/ChangeLog | 23 ++++ libstdc++-v3/include/bits/fs_path.h | 9 +- libstdc++-v3/include/bits/locale_facets_nonio.tcc | 102 ++++++++--------- libstdc++-v3/testsuite/util/testsuite_character.h | 5 +- 35 files changed, 757 insertions(+), 204 deletions(-) create mode 100644 gcc/testsuite/g++.dg/opt/pr103984.C create mode 100644 gcc/testsuite/gcc.dg/pr98198.c create mode 100644 gcc/testsuite/gcc.target/i386/sse2-pr94680-2.c