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-arm-bootstrap in repository toolchain/ci/gcc.
from 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 adds 76ef38e3178 Improve wording for -freport-bug option. adds 0c0f453c4af c++: new-expr of array of deduced class tmpl [PR101988] new 14f339894db libstdc++: fix typo in acinclude.m4.
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/cp/decl.cc | 12 +++ 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/g++.dg/cpp1z/class-deduction-new1.C | 16 ++++ gcc/testsuite/g++.dg/cpp23/auto-array2.C | 11 +++ 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 +++++++++++++++++++++- libstdc++-v3/acinclude.m4 | 2 +- libstdc++-v3/configure | 2 +- 19 files changed, 261 insertions(+), 25 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/gomp/pr103642.c create mode 100644 gcc/testsuite/g++.dg/cpp1z/class-deduction-new1.C create mode 100644 gcc/testsuite/g++.dg/cpp23/auto-array2.C create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr104196.c create mode 100644 gcc/testsuite/gcc.target/powerpc/pr103702.c