This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_gnu_apm/gnu-release-aarch64-spec2k6-Os_LTO in repository toolchain/ci/gcc.
from 54b825cfb6e Daily bump. adds 731f4bf14fc i386: Do not use %ecx DRAP for functions that use __builtin [...] adds fcea38e56c8 Daily bump. adds 7a0fab4bddc Fortran: reject simplifying TRANSFER for MOLD with storage size 0 adds 202be9f69a5 Daily bump. adds 7d636a3353a Daily bump. adds a2cad467f72 Daily bump. adds ed35d4205e8 Range on entry should only check dominators for non-null. new 411db3b4cf8 c++: satisfaction value of type const bool [PR104410]
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/ChangeLog | 6 ++++++ gcc/DATESTAMP | 2 +- gcc/config/i386/i386.c | 3 ++- gcc/cp/constraint.cc | 3 ++- gcc/fortran/ChangeLog | 10 +++++++++ gcc/fortran/check.c | 2 +- gcc/gimple-range-cache.cc | 19 ++++++++++------- gcc/gimple-range.cc | 16 +++++++++------ gcc/testsuite/ChangeLog | 13 ++++++++++++ gcc/testsuite/g++.dg/cpp2a/concepts-pr104410.C | 6 ++++++ gcc/testsuite/gcc.dg/pr104288.c | 23 +++++++++++++++++++++ gcc/testsuite/gcc.target/i386/pr104362.c | 24 ++++++++++++++++++++++ gcc/testsuite/gfortran.dg/transfer_simplify_15.f90 | 11 ++++++++++ 13 files changed, 121 insertions(+), 17 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-pr104410.C create mode 100644 gcc/testsuite/gcc.dg/pr104288.c create mode 100644 gcc/testsuite/gcc.target/i386/pr104362.c create mode 100644 gcc/testsuite/gfortran.dg/transfer_simplify_15.f90