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 1bb52662574 Daily bump. adds 29895166515 [ldist] Don't add lib calls with -fno-tree-loop-distribute- [...] adds be362d5e127 [libgomp, testsuite] Reduce recursion depth in declare_targ [...] adds d43fbc7d3f7 [libgomp, testsuite] Fix insufficient resources in test-cases adds 34afa19d29c fold-const: do not fold NaN result from non-NaN operands [PR95115] new b9ebf6c330e PR101260 regcprop: Add mode change check for copy reg
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/fold-const.cc | 11 ++++ gcc/regcprop.cc | 3 +- gcc/testsuite/gcc.dg/pr95115.c | 25 +++++++++ gcc/testsuite/gcc.dg/tree-ssa/ldist-strlen-4.c | 17 ++++++ gcc/testsuite/gcc.target/s390/pr101260.c | 63 ++++++++++++++++++++++ gcc/tree-loop-distribution.cc | 5 +- .../examples-4/declare_target-1.f90 | 4 +- .../examples-4/declare_target-2.f90 | 6 ++- .../libgomp.oacc-c-c++-common/broadcast-many.c | 9 +++- .../par-loop-comb-reduction-4.c | 10 +++- .../libgomp.oacc-c-c++-common/reduction-7.c | 9 +++- 11 files changed, 154 insertions(+), 8 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr95115.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/ldist-strlen-4.c create mode 100644 gcc/testsuite/gcc.target/s390/pr101260.c