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-next-allmodconfig in repository toolchain/ci/gcc.
from d6aa6322909 Daily bump. adds 43d67e5e756 i386: Fix emissing of __builtin_cpu_supports. adds 4f556312da9 Check for class type before assuming a type is one [PR103703]. adds 7d3f53c595e Avoid -Wvla-parameter for nontrivial bounds [PR97548]. adds 5635c975576 Avoid expecting nonzero size for access none void* argument [...] adds 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. adds 96a09dec242 libphobos: Fix definition of stat_t for MIPS64 (PR103604) adds ecc83ab1df4 libphobos: Add power*-*-freebsd* as supported target adds f9406821cf8 Daily bump. adds 3b0ba97fafe Daily bump. adds c08b5a0321d Daily bump.
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 27 +++++++++++ gcc/DATESTAMP | 2 +- gcc/c-family/ChangeLog | 6 +++ gcc/c-family/c-warn.c | 3 +- gcc/c/ChangeLog | 6 +++ gcc/c/c-decl.c | 1 + gcc/calls.c | 4 ++ gcc/config/i386/i386-builtins.c | 6 ++- gcc/cp/ChangeLog | 16 +++++++ gcc/cp/constraint.cc | 4 ++ gcc/cp/parser.c | 2 +- gcc/doc/extend.texi | 5 +- gcc/fold-const.c | 33 +++++++++---- gcc/fortran/ChangeLog | 20 ++++++++ gcc/fortran/check.c | 35 ++++---------- gcc/fortran/expr.c | 9 ++-- gcc/testsuite/ChangeLog | 47 ++++++++++++++++++ gcc/testsuite/g++.dg/cpp2a/concepts-uneval5.C | 17 +++++++ gcc/testsuite/g++.dg/warn/Wmismatched-tags-9.C | 32 +++++++++++++ gcc/testsuite/gcc.dg/Wstringop-overflow-86.c | 63 +++++++++++++++++++++++++ gcc/testsuite/gcc.dg/Wvla-parameter-12.c | 36 ++++++++++++++ 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 +++++++++++++ gcc/tree-core.h | 7 ++- libcpp/po/ChangeLog | 4 ++ libcpp/po/es.po | 45 ++++++------------ libgfortran/ChangeLog | 10 ++++ libgfortran/intrinsics/pack_generic.c | 9 ++++ libphobos/ChangeLog | 15 ++++++ libphobos/configure.tgt | 3 ++ libphobos/libdruntime/core/sys/freebsd/config.d | 3 +- libphobos/libdruntime/core/sys/posix/sys/stat.d | 46 ++++++++++-------- 34 files changed, 519 insertions(+), 97 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-uneval5.C create mode 100644 gcc/testsuite/g++.dg/warn/Wmismatched-tags-9.C create mode 100644 gcc/testsuite/gcc.dg/Wstringop-overflow-86.c create mode 100644 gcc/testsuite/gcc.dg/Wvla-parameter-12.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