This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-arm-mainline-allnoconfig in repository toolchain/ci/gcc.
from e73caa0fc12 Daily bump. adds 0963fa93dcc modulo-sched: Carefully process loop counter initialization [...] adds c1d7709ec68 Darwin, libgfortran : Do not use environ directly from the [...] new 9b3be7ede2d 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 | 14 +++++ gcc/DATESTAMP | 2 +- gcc/modulo-sched.c | 71 ++++++++++++++----------- gcc/testsuite/ChangeLog | 10 ++++ 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 ++++++++ libgfortran/ChangeLog | 8 +++ libgfortran/intrinsics/execute_command_line.c | 5 ++ 9 files changed, 141 insertions(+), 32 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