This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e7c482b0807 tree-optimization/105726 - adjust array bound heuristic new 0ccba4ed857 openmp: Add support for enter clause on declare target
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/c-family/c-pragma.h | 3 ++- gcc/c/c-parser.cc | 23 +++++++++++++++---- gcc/c/c-typeck.cc | 21 +++++++++-------- gcc/cp/parser.cc | 21 ++++++++++++++--- gcc/cp/semantics.cc | 26 ++++++++++++---------- gcc/testsuite/c-c++-common/gomp/clauses-3.c | 4 +++- gcc/testsuite/c-c++-common/gomp/declare-target-1.c | 2 +- gcc/testsuite/c-c++-common/gomp/declare-target-2.c | 5 +++++ gcc/testsuite/c-c++-common/gomp/declare-target-3.c | 3 +++ gcc/testsuite/g++.dg/gomp/attrs-9.C | 4 ++-- gcc/testsuite/g++.dg/gomp/declare-target-1.C | 5 +++++ gcc/tree-core.h | 6 ++--- gcc/tree-nested.cc | 4 ++-- gcc/tree-pretty-print.cc | 7 ++++-- gcc/tree.cc | 4 ++-- gcc/tree.h | 4 ++++ libgomp/testsuite/libgomp.c-c++-common/target-40.c | 2 +- libgomp/testsuite/libgomp.c/target-41.c | 2 +- 18 files changed, 102 insertions(+), 44 deletions(-)