This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_cross/gnu-release-aarch64-build_cross 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. 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 adds e8f4f6622c4 Daily bump. adds 517fb88b8a9 libstdc++, coroutine: Add missing constexpr markers. adds 0d3674a7879 coroutines, testsuite: Fix co-ret-17-void-ret-coro.C. adds f8214d5381c testsuite, coroutines : Fix a bad testcase [PR96504].
No new revisions were added by this update.
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 | 167 ++++++++ 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/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 | 120 ++++++ .../coroutines/torture/co-ret-17-void-ret-coro.C | 12 +- .../g++.dg/coroutines/torture/pr95519-05-gro.C | 2 +- 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 ++-- libgomp/ChangeLog | 7 + libstdc++-v3/include/std/coroutine | 12 +- 33 files changed, 1635 insertions(+), 361 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