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_profiled_lto in repository toolchain/ci/gcc.
from 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] 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) adds 2b3404357a1 analyzer: fix program_point::get_next for PK_BEFORE_STMT adds 79e210f0c8e analyzer: fixes to -fdump-analyzer-state-purge new e9ea30165b7 Daily bump.
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/ChangeLog | 32 ++++++ gcc/DATESTAMP | 2 +- gcc/analyzer/ChangeLog | 11 ++ 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/gimplify.cc | 34 +++--- gcc/passes.def | 4 +- gcc/testsuite/ChangeLog | 33 ++++++ 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.target/i386/pr86722.c | 11 ++ gcc/testsuite/gcc.target/i386/pr90356.c | 9 ++ 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/ChangeLog | 24 ++++ libatomic/Makefile.am | 5 +- libatomic/Makefile.in | 6 +- libatomic/config/x86/host-config.h | 43 +++++-- libatomic/config/x86/init.c | 12 ++ libgomp/ChangeLog | 13 +++ .../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 | 17 +++ 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 +- 34 files changed, 609 insertions(+), 214 deletions(-) create mode 100644 gcc/testsuite/g++.dg/opt/pr103984.C create mode 100644 gcc/testsuite/gcc.target/i386/pr86722.c create mode 100644 gcc/testsuite/gcc.target/i386/pr90356.c