This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 13af6a02adc PR target/91408 * config/i386/mmx.md (usadv8qi): Use regi [...] new a1496ae7418 * tree-core.h (enum omp_clause_code): Add OMP_CLAUSE_DEVIC [...]
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 | 9 ++ gcc/c-family/ChangeLog | 5 ++ gcc/c-family/c-pragma.h | 1 + gcc/c/ChangeLog | 11 +++ gcc/c/c-parser.c | 93 +++++++++++++++++-- gcc/c/c-typeck.c | 1 + gcc/cp/ChangeLog | 11 +++ gcc/cp/parser.c | 100 +++++++++++++++++++-- gcc/cp/semantics.c | 1 + gcc/testsuite/ChangeLog | 5 ++ gcc/testsuite/c-c++-common/gomp/declare-target-2.c | 2 +- gcc/testsuite/c-c++-common/gomp/declare-target-4.c | 44 +++++++++ gcc/tree-core.h | 11 +++ gcc/tree-pretty-print.c | 19 ++++ gcc/tree.c | 3 + gcc/tree.h | 3 + 16 files changed, 306 insertions(+), 13 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/gomp/declare-target-4.c