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-aarch64 in repository toolchain/ci/gcc.
from 1ae8edf5f73 libstdc++: Implement constexpr std::vector for C++20 adds c60ded6f5eb Make opcodes configure depend on bfd configure adds 140346fa246 tree-optimization/103204 - fix missed valueization in VN adds 5f516a6a5d7 Remove unused function. adds 7d6da11fce0 openmp: Honor OpenMP 5.1 num_teams lower bound
No new revisions were added by this update.
Summary of changes: Makefile.def | 3 +- Makefile.in | 10 ++++ gcc/builtin-types.def | 3 +- gcc/fortran/types.def | 3 +- gcc/gimple-predicate-analysis.cc | 61 --------------------- gcc/omp-builtins.def | 4 +- gcc/omp-low.c | 42 ++++++++++++-- gcc/testsuite/gcc.dg/torture/pr103204.c | 16 ++++++ gcc/tree-ssa-sccvn.c | 13 +++-- libgomp/config/gcn/target.c | 24 ++++---- libgomp/config/nvptx/target.c | 24 ++++---- libgomp/libgomp.map | 1 + libgomp/libgomp_g.h | 1 + libgomp/target.c | 26 +++++++++ libgomp/testsuite/libgomp.c-c++-common/teams-2.c | 70 ++++++++++++++++++++++++ libgomp/testsuite/libgomp.c/teams-4.c | 2 +- 16 files changed, 205 insertions(+), 98 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/torture/pr103204.c create mode 100644 libgomp/testsuite/libgomp.c-c++-common/teams-2.c