This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 454d5c308c4 P1091R3 - Extending structured bindings to be more like va [...] new 1e829480013 PR c/90628 * c-common.c (check_builtin_function_arguments [...] new ae999758f14 * gimplify.c (struct gimplify_omp_ctx): Add clauses member [...]
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/ChangeLog | 10 ++ gcc/c-family/ChangeLog | 7 + gcc/c-family/c-common.c | 7 + gcc/gimplify.c | 45 +++++- gcc/testsuite/ChangeLog | 9 ++ .../c-c++-common/builtin-arith-overflow-3.c | 42 ++++++ .../c-c++-common/gomp/lastprivate-conditional-2.c | 2 +- .../c-c++-common/gomp/lastprivate-conditional-3.c | 18 +++ .../c-c++-common/gomp/lastprivate-conditional-4.c | 23 +++ libgomp/ChangeLog | 8 ++ ...conditional_4.c => lastprivate-conditional-4.c} | 0 ...conditional-1.c => lastprivate-conditional-5.c} | 29 ++-- .../lastprivate-conditional-6.c | 159 +++++++++++++++++++++ 13 files changed, 341 insertions(+), 18 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/builtin-arith-overflow-3.c create mode 100644 gcc/testsuite/c-c++-common/gomp/lastprivate-conditional-4.c rename libgomp/testsuite/libgomp.c-c++-common/{lastprivate_conditional_4.c => last [...] copy libgomp/testsuite/libgomp.c-c++-common/{lastprivate-conditional-1.c => lastpr [...] create mode 100644 libgomp/testsuite/libgomp.c-c++-common/lastprivate-conditional-6.c