This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk/gnu-release-aarch64-spec2k6-Os_LTO in repository toolchain/ci/gcc.
from 52abd03857d Daily bump. adds c05096ceee5 Backport modulo-sched fixes from mainline adds a14a023bb9c Daily bump. adds 0e4bcb6b80d Daily bump. adds c6947f5db4d Daily bump. adds 1bbf73cf795 Fix POLY_INT_CST/CONST_POLY_INT typo (PR 89631) adds bf874adfeed Fix aarch64_evpc_tbl guard (PR 85910) adds df1b68b5a83 Fix output_constructor_bitfield handling of wide bitfields [...] adds 34dad233b3a Daily bump.
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 41 +++++++++++++++++++++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/config/aarch64/aarch64.c | 2 +- gcc/dwarf2cfi.c | 2 +- gcc/modulo-sched.c | 5 ++--- gcc/testsuite/ChangeLog | 22 ++++++++++++++++++++-- gcc/testsuite/gcc.dg/pr84032.c | 23 +++++++++++++++++++++++ gcc/testsuite/gcc.dg/pr87979.c | 11 +++++++++++ gcc/testsuite/gcc.dg/pr89037.c | 24 ++++++++++++++++++++++++ gcc/varasm.c | 22 +++++++++------------- 10 files changed, 133 insertions(+), 21 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr84032.c create mode 100644 gcc/testsuite/gcc.dg/pr87979.c create mode 100644 gcc/testsuite/gcc.dg/pr89037.c