This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 140346fa246 tree-optimization/103204 - fix missed valueization in VN new 5f516a6a5d7 Remove unused function. new 7d6da11fce0 openmp: Honor OpenMP 5.1 num_teams lower bound
The 2 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/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 ++++++++++++-- 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 +- 12 files changed, 169 insertions(+), 92 deletions(-) create mode 100644 libgomp/testsuite/libgomp.c-c++-common/teams-2.c