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 eaa59070343 Daily bump. adds b2a0f3a4546 libgomp.texi: Update OpenMP implementation status new 82c8ff79d06 reassoc: Fix up inter-bb range optimization [PR104196] new 2e4bf373f2a Fix aarch64/104201: branch-protection-attr.c fails after qu [...] new 1c91b014923 Fix omp-low ICE for indirect references based off component [...]
The 3 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/gimple-fold.cc | 26 +++++-- gcc/gimple-fold.h | 2 +- gcc/gimplify.cc | 5 +- 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/tree-ssa-reassoc.cc | 89 +++++++++++++++++++++- libgomp/libgomp.texi | 7 +- 8 files changed, 171 insertions(+), 13 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/gomp/pr103642.c create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr104196.c