This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_check_gcc/master-aarch64 in repository toolchain/ci/gcc.
from 1727bb533ed Fortran: Missing error with IMPLICIT none (external) [PR100972] adds 70d6f6e41f7 libstdc++: Fix pack expansions in tuple_size_v specializations adds 2b2d97fc545 libstdc++: Fix inconsistent noexcept-specific for valarray [...] adds 432ed97b992 Fortran: a symbol in a COMMON cannot be a coarray adds 9cc8ca8da90 Avoid left shift of negative value in ipa-modref-tree.h adds 5f377803722 Fix ice in insert_access adds bcf3728abe8 Fortran: fix simplification of array-valued parameter expressions adds 851dff042a2 Daily bump.
No new revisions were added by this update.
Summary of changes: contrib/ChangeLog | 4 + gcc/ChangeLog | 150 ++++++++++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 7 ++ gcc/fortran/ChangeLog | 39 ++++++++ gcc/fortran/expr.c | 2 + gcc/fortran/match.c | 7 ++ gcc/ipa-modref-tree.h | 37 +++++++- gcc/testsuite/ChangeLog | 47 ++++++++++ gcc/testsuite/g++.dg/torture/pr103073.C | 8 ++ gcc/testsuite/gcc.dg/tree-ssa/modref-11.c | 13 +++ gcc/testsuite/gfortran.dg/pr102817.f90 | 17 ++++ gcc/testsuite/gfortran.dg/pr69419.f90 | 9 ++ include/ChangeLog | 5 + libgcc/ChangeLog | 15 +++ libstdc++-v3/ChangeLog | 37 ++++++++ libstdc++-v3/include/bits/range_access.h | 8 +- libstdc++-v3/include/std/tuple | 4 +- 18 files changed, 403 insertions(+), 8 deletions(-) create mode 100644 gcc/testsuite/g++.dg/torture/pr103073.C create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/modref-11.c create mode 100644 gcc/testsuite/gfortran.dg/pr102817.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr69419.f90