This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/master-arm in repository toolchain/ci/gcc.
from ac73c944eac libstdc++: Reduce header dependencies from PSTL headers [PR92546] adds 1f5c0e67393 Refine HImode movement for "v" to "v". adds 6393122d271 Fortran/OpenMP: Improve associate-name diagnostic [PR103039] adds 093cdadbce3 [openmp] Fix SIMT reduction using TRUTH_{AND,OR}IF_EXPR adds 356e2720e90 [openmp] Set location for taskloop stmts adds 99fcd602a82 libcody: Do not use a dummy port number in getaddrinfo(). adds 41f01c97153 c++tools: Work around a BSD bug in getaddrinfo(). adds 63746c253a8 Fix "[openmp] Set location for taskloop stmts" adds c5086228cd7 testsuite, modules, Darwin: Adjust expected output for olde [...] adds 7a42b1fa1a0 libstdc++: Simplify constraints for std::any construction [ [...] adds c133bdfa9e7 Fortran/OpenMP: Fix privatization of associated names
No new revisions were added by this update.
Summary of changes: c++tools/server.cc | 6 +- gcc/config/i386/i386.md | 2 +- gcc/fortran/openmp.cc | 12 ++- gcc/fortran/trans-openmp.cc | 10 +++ gcc/gimplify.cc | 2 + gcc/omp-low.cc | 5 +- gcc/testsuite/c-c++-common/gomp/pr104968.c | 14 ++++ gcc/testsuite/g++.dg/modules/bad-mapper-1.C | 5 +- gcc/testsuite/gcc.target/i386/pr104974.c | 12 +++ gcc/testsuite/gfortran.dg/gomp/associate1.f90 | 40 +++++----- gcc/testsuite/gfortran.dg/gomp/associate2.f90 | 76 +++++++++++++++++++ libcody/netclient.cc | 6 +- libgomp/testsuite/libgomp.c/pr104952-1.c | 24 ++++++ libgomp/testsuite/libgomp.c/pr104952-2.c | 22 ++++++ libgomp/testsuite/libgomp.fortran/associate4.f90 | 92 +++++++++++++++++++++++ libstdc++-v3/include/std/any | 4 +- libstdc++-v3/testsuite/20_util/any/cons/104242.cc | 12 +++ 17 files changed, 310 insertions(+), 34 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/gomp/pr104968.c create mode 100644 gcc/testsuite/gcc.target/i386/pr104974.c create mode 100644 gcc/testsuite/gfortran.dg/gomp/associate2.f90 create mode 100644 libgomp/testsuite/libgomp.c/pr104952-1.c create mode 100644 libgomp/testsuite/libgomp.c/pr104952-2.c create mode 100644 libgomp/testsuite/libgomp.fortran/associate4.f90 create mode 100644 libstdc++-v3/testsuite/20_util/any/cons/104242.cc