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/master-arm-bootstrap_O3 in repository toolchain/ci/gcc.
from e4f16e9f357 Add more self-tests for 'hash_map' with Value type with non [...] adds e12946df34c Add EAF_NOREAD check to tree-ssa-uninit adds 88ef1a14bb4 Fix thinko in latest change for GNAT encodings adds a6b3db3e862 c++: ignore explicit dguides during NTTP CTAD [PR101883] adds be4a4fb5166 c++: aggregate CTAD and brace elision [PR101344] adds f74433e70ae Fortran: Add OpenMP's nothing directive support
No new revisions were added by this update.
Summary of changes: gcc/ada/gcc-interface/decl.c | 6 ++--- gcc/cp/cp-tree.h | 6 +++++ gcc/cp/decl.c | 18 +++++++++++--- gcc/cp/pt.c | 10 +++----- gcc/fortran/match.h | 1 + gcc/fortran/openmp.c | 11 ++++++++ gcc/fortran/parse.c | 3 +++ .../g++.dg/cpp2a/class-deduction-aggr11.C | 29 ++++++++++++++++++++++ .../g++.dg/cpp2a/class-deduction-aggr12.C | 15 +++++++++++ gcc/testsuite/g++.dg/cpp2a/nontype-class49.C | 8 ++++++ gcc/testsuite/gfortran.dg/nothing-1.f90 | 28 +++++++++++++++++++++ gcc/testsuite/gfortran.dg/nothing-2.f90 | 7 ++++++ gcc/tree-ssa-uninit.c | 2 +- 13 files changed, 129 insertions(+), 15 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/class-deduction-aggr11.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/class-deduction-aggr12.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/nontype-class49.C create mode 100644 gcc/testsuite/gfortran.dg/nothing-1.f90 create mode 100644 gcc/testsuite/gfortran.dg/nothing-2.f90