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-arm in repository toolchain/ci/gcc.
from 7c8a416da86 Adjust test to avoid target-specific failures [PR103161]. adds b83705b4778 Add a testcase for PR tree-optimization/102892 adds abc2f01914d Fortran: avoid NULL pointer dereferences adds c744ae08979 [COMMITTED] aarch64: [PR103170] Fix aarch64_simd_dup<mode> adds e82c3829716 Allow loop header copying when first iteration condition is known. adds 8d36a0d2880 Daily bump. new 402d28998fa RISC-V: Fix wrong zifencei handling in riscv_subset_list::t [...]
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 | 362 +++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 152 +++++++++ gcc/c-family/ChangeLog | 6 + gcc/common/config/riscv/riscv-common.c | 2 +- gcc/config/aarch64/aarch64-simd.md | 4 +- gcc/fortran/ChangeLog | 10 + gcc/fortran/check.c | 3 + gcc/fortran/simplify.c | 6 + gcc/testsuite/ChangeLog | 155 +++++++++ gcc/testsuite/gcc.c-torture/compile/vector-dup-1.c | 15 + gcc/testsuite/gcc.dg/pr102892-1.c | 21 ++ gcc/testsuite/gcc.dg/pr102892-2.c | 7 + gcc/testsuite/gcc.dg/tree-ssa/pr102906.c | 17 + gcc/tree-ssa-loop-ch.c | 51 ++- libgcc/ChangeLog | 5 + libstdc++-v3/ChangeLog | 13 + 17 files changed, 819 insertions(+), 12 deletions(-) create mode 100644 gcc/testsuite/gcc.c-torture/compile/vector-dup-1.c create mode 100644 gcc/testsuite/gcc.dg/pr102892-1.c create mode 100644 gcc/testsuite/gcc.dg/pr102892-2.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr102906.c