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_check_gcc/master-arm in repository toolchain/ci/gcc.
from 04b4f315259 i386: Fix up V32HImode permutations with -mno-avx512bw [PR101860] adds fb0cd8f1116 gfortran.dg/PR82376.f90: Avoid matching a file-path adds 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. adds 8c8df06e464 [i386] Introduce scalar version of avx512f_vmscalef. adds 8464894c86b Fix typo in fold-vec-load-builtin_vec_xl-* tests. adds 408d88af60e libcpp: Fix ICE with -Wtraditional preprocessing [PR101638] adds d0befed793b openmp: Add support for OpenMP 5.1 masked construct adds 1196b60f8fc compiler: store pointers to go:notinheap types indirectly adds 0ace3d4d0af runtime: run gofmt on testdata/testwinsignal/main.go adds 72be20e2029 Daily bump.
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 145 ++++++ gcc/DATESTAMP | 2 +- gcc/c-family/ChangeLog | 11 + gcc/c-family/c-common.h | 4 +- gcc/c-family/c-omp.c | 52 +- gcc/c-family/c-pragma.c | 1 + gcc/c-family/c-pragma.h | 2 + gcc/c/ChangeLog | 23 + gcc/c/c-parser.c | 146 +++++- gcc/c/c-typeck.c | 9 +- gcc/common/config/arc/arc-common.c | 4 +- gcc/config/arc/arc.c | 3 - gcc/config/i386/i386.md | 27 +- gcc/config/i386/sse.md | 1 - gcc/cp/ChangeLog | 81 +++ gcc/cp/parser.c | 149 +++++- gcc/cp/pt.c | 10 +- gcc/cp/semantics.c | 23 + gcc/doc/invoke.texi | 3 - gcc/flag-types.h | 7 - gcc/fortran/ChangeLog | 12 + 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/gimple-low.c | 1 + gcc/gimple-pretty-print.c | 33 ++ gcc/gimple-walk.c | 1 + gcc/gimple.c | 20 + gcc/gimple.def | 4 + gcc/gimple.h | 37 ++ gcc/gimplify.c | 31 +- gcc/go/gofrontend/MERGE | 2 +- gcc/go/gofrontend/expressions.cc | 30 +- gcc/go/gofrontend/types.cc | 75 ++- gcc/go/gofrontend/types.h | 3 +- gcc/ipa-split.c | 5 +- gcc/omp-expand.c | 3 + gcc/omp-low.c | 41 +- gcc/params.opt | 13 - gcc/testsuite/ChangeLog | 119 +++++ .../c-c++-common/goacc/uninit-if-clause.c | 9 +- gcc/testsuite/c-c++-common/gomp/clause-dups-1.c | 3 +- gcc/testsuite/c-c++-common/gomp/clauses-1.c | 52 ++ gcc/testsuite/c-c++-common/gomp/clauses-5.c | 2 + gcc/testsuite/c-c++-common/gomp/masked-1.c | 23 + gcc/testsuite/c-c++-common/gomp/masked-2.c | 11 + .../c-c++-common/gomp/masked-combined-1.c | 37 ++ .../c-c++-common/gomp/masked-combined-2.c | 13 + gcc/testsuite/c-c++-common/gomp/pr61486-2.c | 13 + gcc/testsuite/g++.dg/gomp/attrs-1.C | 54 ++ gcc/testsuite/g++.dg/gomp/attrs-2.C | 54 ++ gcc/testsuite/g++.dg/gomp/block-11.C | 18 + gcc/testsuite/g++.dg/gomp/tpl-masked-1.C | 21 + gcc/testsuite/g++.dg/warn/pr101219.C | 11 + gcc/testsuite/gcc.dg/cpp/pr101638.c | 7 + gcc/testsuite/gcc.dg/gomp/nesting-1.c | 39 +- gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-thread-7.c | 3 +- gcc/testsuite/gcc.dg/vla-stexp-2.c | 33 ++ .../powerpc/fold-vec-load-builtin_vec_xl-char.c | 2 +- .../powerpc/fold-vec-load-builtin_vec_xl-double.c | 2 +- .../powerpc/fold-vec-load-builtin_vec_xl-float.c | 2 +- .../powerpc/fold-vec-load-builtin_vec_xl-int.c | 2 +- .../fold-vec-load-builtin_vec_xl-longlong.c | 2 +- .../powerpc/fold-vec-load-builtin_vec_xl-short.c | 2 +- gcc/testsuite/gfortran.dg/PR82376.f90 | 5 +- gcc/testsuite/gfortran.dg/goacc/host_data-tree.f95 | 4 +- gcc/testsuite/gfortran.dg/goacc/kernels-tree.f95 | 4 +- gcc/testsuite/gfortran.dg/gomp/affinity-1.f90 | 9 + gcc/tree-core.h | 4 + gcc/tree-inline.c | 7 + gcc/tree-nested.c | 5 + gcc/tree-pretty-print.c | 14 + gcc/tree-ssa-threadbackward.c | 543 +++------------------ gcc/tree.c | 3 + gcc/tree.def | 5 + gcc/tree.h | 10 + libcpp/ChangeLog | 6 + libcpp/macro.c | 9 +- libgo/go/runtime/netpoll.go | 4 +- libgo/go/runtime/testdata/testwinsignal/main.go | 38 +- libgomp/ChangeLog | 24 + 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-c++-common/masked-1.c | 83 ++++ libgomp/testsuite/libgomp.c/affinity-1.c | 14 +- libstdc++-v3/ChangeLog | 28 ++ 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 + 102 files changed, 1873 insertions(+), 659 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/gomp/masked-1.c create mode 100644 gcc/testsuite/c-c++-common/gomp/masked-2.c create mode 100644 gcc/testsuite/c-c++-common/gomp/masked-combined-1.c create mode 100644 gcc/testsuite/c-c++-common/gomp/masked-combined-2.c create mode 100644 gcc/testsuite/g++.dg/gomp/tpl-masked-1.C create mode 100644 gcc/testsuite/g++.dg/warn/pr101219.C create mode 100644 gcc/testsuite/gcc.dg/cpp/pr101638.c create mode 100644 gcc/testsuite/gcc.dg/vla-stexp-2.c create mode 100644 libgomp/testsuite/libgomp.c-c++-common/masked-1.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