This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_tx1/llvm-release-aarch64-spec2k6-Oz_LTO in repository toolchain/ci/gcc.
from 66d3e6b8911 Daily bump. adds c40b640ebce i386: Fix __builtin_floor with FE_DOWNWARD rounding directi [...] adds ea8d2c77e11 PR fortran/98307 - Dependency check fails when using "allocatable" adds 38e0d26587e Daily bump. adds 2435878321b modulo-sched: Carefully process loop counter initialization [...] adds dba421da877 Daily bump. adds 96a2c794eb8 Daily bump. new a07cb501cd9 Daily bump.
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 | 21 ++++++++ gcc/DATESTAMP | 2 +- gcc/config/i386/i386.c | 25 +++++++-- gcc/fortran/ChangeLog | 9 ++++ gcc/fortran/trans-stmt.c | 5 +- gcc/modulo-sched.c | 71 ++++++++++++++----------- gcc/testsuite/ChangeLog | 23 ++++++++ gcc/testsuite/gcc.c-torture/execute/pr97421-1.c | 23 ++++++++ gcc/testsuite/gcc.c-torture/execute/pr97421-2.c | 18 +++++++ gcc/testsuite/gcc.c-torture/execute/pr97421-3.c | 22 ++++++++ gcc/testsuite/gcc.target/i386/pr96793.c | 28 ++++++++++ gcc/testsuite/gfortran.dg/forall_19.f90 | 32 +++++++++++ 12 files changed, 240 insertions(+), 39 deletions(-) create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr97421-1.c create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr97421-2.c create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr97421-3.c create mode 100644 gcc/testsuite/gcc.target/i386/pr96793.c create mode 100644 gcc/testsuite/gfortran.dg/forall_19.f90