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-lts-defconfig in repository toolchain/ci/gcc.
from e2ccc15076a Daily bump. adds 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. new 96a09dec242 libphobos: Fix definition of stat_t for MIPS64 (PR103604)
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: 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 ++++ libphobos/libdruntime/core/sys/posix/sys/stat.d | 46 +++++++++++--------- 17 files changed, 263 insertions(+), 81 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