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 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. adds 316aa7ad19c This patch fixes PR96325. See the explanatory comment in th [...] adds b2b53f0afce Change testcase for pr96325 from run to compile. adds ca232c1a41f Update cpplib es.po. adds 19eb1973321 PR fortran/78746 - invalid access after error recovery new e8f4f6622c4 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: contrib/ChangeLog | 8 + 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 | 15 + gcc/DATESTAMP | 2 +- gcc/config/arc/arc-protos.h | 3 - gcc/config/arc/arc.c | 53 --- gcc/config/arc/arc.md | 95 ++--- gcc/fortran/ChangeLog | 80 ++++ gcc/fortran/primary.c | 13 +- gcc/fortran/resolve.c | 4 +- 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 | 29 ++ 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 +++ libcpp/po/ChangeLog | 4 + libcpp/po/es.po | 89 ++-- 27 files changed, 1329 insertions(+), 350 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