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-next-allnoconfig in repository toolchain/ci/gcc.
from 8d2e64c4a28 reassoc: Fix reassociation on 32-bit hosts with > 32767 bbs [...] adds ec75f42c930 Daily bump. new 428b3b46388 Sync gcc-changelog scripts. new 5aeabae7f0c arc: Refurbish adc/sbc patterns new 10dde773d2d As well as the PR this patch fixes problems in handling cla [...] new fc46d988ab1 Fix failures with -m32 and some memory leaks.
The 4 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: contrib/gcc-changelog/git_commit.py | 57 ++- contrib/gcc-changelog/git_email.py | 6 +- contrib/gcc-changelog/git_repository.py | 6 +- contrib/gcc-changelog/test_email.py | 24 +- contrib/gcc-changelog/test_patches.txt | 81 +++- gcc/ChangeLog | 152 +++++++ gcc/DATESTAMP | 2 +- gcc/c-family/ChangeLog | 9 + gcc/config/arc/arc-protos.h | 3 - gcc/config/arc/arc.c | 53 --- gcc/config/arc/arc.md | 95 ++--- gcc/cp/ChangeLog | 32 ++ gcc/fortran/resolve.c | 2 +- gcc/fortran/trans-array.c | 457 +++++++++++++++------ gcc/fortran/trans-expr.c | 300 ++++++++++++-- gcc/fortran/trans.c | 9 +- gcc/fortran/trans.h | 2 + gcc/testsuite/ChangeLog | 91 ++++ gcc/testsuite/gfortran.dg/class_allocate_25.f90 | 58 +++ gcc/testsuite/gfortran.dg/class_assign_4.f90 | 183 +++++++++ gcc/testsuite/gfortran.dg/dependency_60.f90 | 19 + .../gfortran.dg/unlimited_polymorphic_32.f03 | 59 +++ libgomp/ChangeLog | 7 + 23 files changed, 1413 insertions(+), 294 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/class_allocate_25.f90 create mode 100644 gcc/testsuite/gfortran.dg/class_assign_4.f90 create mode 100644 gcc/testsuite/gfortran.dg/dependency_60.f90 create mode 100644 gcc/testsuite/gfortran.dg/unlimited_polymorphic_32.f03