This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-arm in repository toolchain/ci/gcc.
from 2d7967a10c2 arc: Small data doesn't need fcommon option adds 432de084981 OpenMP 5.1: Add proc-bind 'primary' support adds d3a7fbcb7c7 libstdc++: Add #error to some files that depend on a specif [...] adds 34cd97ff94b Remove legacy back threader. adds d2ba65ab601 Evaluate type arguments of sizeof that are structs of varia [...] adds 27a1fb385b7 c++: fix ptrmemfunc template instantiation [PR101219] adds 20ce14c7991 libstdc++: Add [[nodiscard]] to experimental::randint adds b1c0e8599aa libstdc++: Make some #error strings consistent with other tests adds 9017326e19f libstdc++: Add additional overload of std::lerp [PR101870] adds a6da2cddcf0 Fix condition testing void functions in ipa-split. new 8c8df06e464 [i386] Introduce scalar version of avx512f_vmscalef.
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/c/c-parser.c | 7 +- gcc/c/c-typeck.c | 8 +- gcc/config/i386/i386.md | 27 +- gcc/config/i386/sse.md | 1 - gcc/cp/parser.c | 7 +- gcc/cp/pt.c | 8 +- gcc/doc/invoke.texi | 3 - gcc/flag-types.h | 7 - gcc/fortran/dump-parse-tree.c | 1 + gcc/fortran/gfortran.h | 1 + gcc/fortran/intrinsic.texi | 6 +- gcc/fortran/openmp.c | 5 +- gcc/fortran/trans-openmp.c | 3 + gcc/ipa-split.c | 5 +- gcc/params.opt | 13 - gcc/testsuite/c-c++-common/gomp/pr61486-2.c | 13 + gcc/testsuite/g++.dg/warn/pr101219.C | 11 + gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-thread-7.c | 3 +- gcc/testsuite/gcc.dg/vla-stexp-2.c | 33 ++ gcc/testsuite/gfortran.dg/gomp/affinity-1.f90 | 9 + gcc/tree-core.h | 1 + gcc/tree-pretty-print.c | 2 + gcc/tree-ssa-threadbackward.c | 543 +++------------------ libgomp/env.c | 13 +- libgomp/libgomp.texi | 32 +- libgomp/omp.h.in | 10 +- libgomp/omp_lib.f90.in | 6 + libgomp/omp_lib.h.in | 2 + libgomp/testsuite/libgomp.c/affinity-1.c | 14 +- libstdc++-v3/include/c_global/cmath | 16 +- libstdc++-v3/include/experimental/random | 1 + libstdc++-v3/include/ext/type_traits.h | 8 +- libstdc++-v3/src/c++98/locale_init.cc | 4 + libstdc++-v3/src/c++98/localename.cc | 4 + libstdc++-v3/src/c++98/misc-inst.cc | 4 + .../testsuite/26_numerics/{lerp.cc => lerp/1.cc} | 4 +- .../testsuite/26_numerics/lerp/constexpr.cc | 21 + libstdc++-v3/testsuite/26_numerics/lerp/version.cc | 10 + .../testsuite/26_numerics/midpoint/integral.cc | 4 +- .../testsuite/26_numerics/midpoint/version.cc | 10 + 40 files changed, 317 insertions(+), 563 deletions(-) create mode 100644 gcc/testsuite/g++.dg/warn/pr101219.C create mode 100644 gcc/testsuite/gcc.dg/vla-stexp-2.c rename libstdc++-v3/testsuite/26_numerics/{lerp.cc => lerp/1.cc} (98%) create mode 100644 libstdc++-v3/testsuite/26_numerics/lerp/constexpr.cc create mode 100644 libstdc++-v3/testsuite/26_numerics/lerp/version.cc create mode 100644 libstdc++-v3/testsuite/26_numerics/midpoint/version.cc