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 eaa59070343 Daily bump. adds b2a0f3a4546 libgomp.texi: Update OpenMP implementation status adds 82c8ff79d06 reassoc: Fix up inter-bb range optimization [PR104196] adds 2e4bf373f2a Fix aarch64/104201: branch-protection-attr.c fails after qu [...] adds 1c91b014923 Fix omp-low ICE for indirect references based off component [...] adds 2022be54daf rs6000: Fix an assertion in update_target_cost_per_stmt [PR103702] adds 3989337e1e1 analyzer: fix -Wformat warnings on i686 new 76ef38e3178 Improve wording for -freport-bug option.
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/constraint-manager.cc | 2 +- gcc/analyzer/region-model-manager.cc | 4 +- gcc/config/rs6000/rs6000.cc | 7 +- gcc/diagnostic.cc | 22 ++++-- gcc/diagnostic.h | 3 + gcc/gimple-fold.cc | 26 +++++-- gcc/gimple-fold.h | 2 +- gcc/gimplify.cc | 5 +- gcc/opts.cc | 4 + gcc/testsuite/c-c++-common/gomp/pr103642.c | 34 +++++++++ gcc/testsuite/gcc.c-torture/execute/pr104196.c | 19 +++++ .../gcc.target/aarch64/branch-protection-attr.c | 2 +- gcc/testsuite/gcc.target/powerpc/pr103702.c | 24 ++++++ gcc/tree-ssa-reassoc.cc | 89 +++++++++++++++++++++- libgomp/libgomp.texi | 7 +- 15 files changed, 224 insertions(+), 26 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/gomp/pr103642.c create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr104196.c create mode 100644 gcc/testsuite/gcc.target/powerpc/pr103702.c