This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_build/master-arm in repository toolchain/ci/gcc.
from 31048012db9 x86: PR target/103611: Splitter for DST:DI = (HI:SI<<32)|LO:SI. adds fd74a2ee404 Fortran: reject BOZ type argument to SIZEOF(). adds ca8c0408bef Daily bump. adds d957d250942 Improve location for new statements in match-and-simplify phiopt adds ba64166bf81 testsuite: mark tests that require alias new 30c286aa937 c++: local_specializations and recursive constrained fn [PR103714]
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 | 39 +++++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/cp/constraint.cc | 4 +++ gcc/fortran/ChangeLog | 5 ++++ gcc/fortran/check.c | 3 ++ gcc/testsuite/ChangeLog | 23 +++++++++++++++ gcc/testsuite/g++.dg/cpp2a/concepts-uneval5.C | 17 +++++++++++ gcc/testsuite/gcc.dg/pr100509.c | 1 + gcc/testsuite/gcc.dg/pragma-diag-10.c | 3 +- gcc/testsuite/gfortran.dg/illegal_boz_arg_2.f90 | 6 ++++ gcc/tree-ssa-phiopt.c | 4 +++ libgfortran/ChangeLog | 9 ++++++ 12 files changed, 114 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-uneval5.C create mode 100644 gcc/testsuite/gfortran.dg/illegal_boz_arg_2.f90