This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/release-aarch64-bootstrap_profiled_lto_lean in repository toolchain/ci/gcc.
from 8320b0e2997 Daily bump. adds bcadb4f31f6 Daily bump. adds 75d95f5f015 c++: local_specializations and recursive constrained fn [PR103714] adds 4f9ad140c6c Fortran: reject BOZ type argument to SIZEOF(). adds 05640d5ca8a Fortran: PACK intrinsic should not try to read from zero-si [...] adds 57b51b8bae4 Fortran: fix check for pointer dummy arguments with INTENT(IN) adds 5a511f2ac9e Daily bump. adds 131de23d60b Update cpplib es.po adds 0b7ee7cec96 Daily bump.
No new revisions were added by this update.
Summary of changes: gcc/DATESTAMP | 2 +- gcc/cp/ChangeLog | 10 +++++ gcc/cp/constraint.cc | 4 ++ gcc/fortran/ChangeLog | 20 +++++++++ gcc/fortran/check.c | 35 ++++----------- gcc/fortran/expr.c | 9 ++-- gcc/testsuite/ChangeLog | 33 ++++++++++++++ gcc/testsuite/g++.dg/cpp2a/concepts-uneval5.C | 17 ++++++++ gcc/testsuite/gfortran.dg/illegal_boz_arg_2.f90 | 6 +++ gcc/testsuite/gfortran.dg/intrinsic_pack_6.f90 | 57 +++++++++++++++++++++++++ gcc/testsuite/gfortran.dg/move_alloc_8.f90 | 4 +- gcc/testsuite/gfortran.dg/pointer_intent_9.f90 | 33 ++++++++++++++ libcpp/po/ChangeLog | 4 ++ libcpp/po/es.po | 45 +++++++------------ libgfortran/ChangeLog | 10 +++++ libgfortran/intrinsics/pack_generic.c | 9 ++++ 16 files changed, 236 insertions(+), 62 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-uneval5.C create mode 100644 gcc/testsuite/gfortran.dg/illegal_boz_arg_2.f90 create mode 100644 gcc/testsuite/gfortran.dg/intrinsic_pack_6.f90 create mode 100644 gcc/testsuite/gfortran.dg/pointer_intent_9.f90