This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 5e6a5a3d2cd PR c++/89640 * parser.c (cp_parser_decl_specifier_seq): D [...] new 19f364b6ce4 * gimplify.h (omp_construct_selector_matches): Change retu [...]
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/ChangeLog | 12 ++ gcc/c-family/ChangeLog | 4 + gcc/c-family/c-common.h | 1 - gcc/c-family/c-omp.c | 21 ---- gcc/c/ChangeLog | 5 + gcc/c/c-parser.c | 5 +- gcc/cp/ChangeLog | 3 + gcc/cp/decl.c | 4 +- gcc/gimplify.c | 97 ++++++++++---- gcc/gimplify.h | 2 +- gcc/omp-general.c | 140 +++++++++++++++++++-- gcc/omp-general.h | 1 + gcc/testsuite/ChangeLog | 2 + .../c-c++-common/gomp/declare-variant-12.c | 88 +++++++++++++ 14 files changed, 323 insertions(+), 62 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/gomp/declare-variant-12.c