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-stable-allmodconfig in repository toolchain/ci/gcc.
from 8d2e64c4a28 reassoc: Fix reassociation on 32-bit hosts with > 32767 bbs [...] adds ec75f42c930 Daily bump. adds 428b3b46388 Sync gcc-changelog scripts. adds 5aeabae7f0c arc: Refurbish adc/sbc patterns adds 10dde773d2d As well as the PR this patch fixes problems in handling cla [...] adds fc46d988ab1 Fix failures with -m32 and some memory leaks. new 316aa7ad19c This patch fixes PR96325. See the explanatory comment in th [...] new b2b53f0afce Change testcase for pr96325 from run to compile.
The 2 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/primary.c | 13 +- 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 + gcc/testsuite/gfortran.dg/pr91589.f90 | 2 +- gcc/testsuite/gfortran.dg/pr96325.f90 | 21 + .../gfortran.dg/unlimited_polymorphic_32.f03 | 59 +++ libgomp/ChangeLog | 7 + 26 files changed, 1444 insertions(+), 299 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/pr96325.f90 create mode 100644 gcc/testsuite/gfortran.dg/unlimited_polymorphic_32.f03