This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 49e05c32b15 Add hint if the fallthrough target of current BB isn't the [...] new 9b53afe967c * tree-core.h (enum omp_clause_code): Add OMP_CLAUSE_ORDER [...] new f8533207f8f Support multiple operand counts for .md @ patterns
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 | 22 +++++++++++ gcc/c-family/ChangeLog | 7 +++- gcc/c-family/c-omp.c | 18 +++++++++ gcc/c-family/c-pragma.h | 1 + gcc/c/ChangeLog | 9 +++++ gcc/c/c-parser.c | 50 +++++++++++++++++++++++- gcc/c/c-typeck.c | 28 +++++++++++++ gcc/cp/ChangeLog | 10 +++++ gcc/cp/parser.c | 60 ++++++++++++++++++++++++++-- gcc/cp/pt.c | 1 + gcc/cp/semantics.c | 19 +++++++++ gcc/doc/md.texi | 9 +++++ gcc/genemit.c | 65 ++++++++++++++++--------------- gcc/genopinit.c | 62 +++++++++++++++++------------ gcc/gensupport.c | 2 + gcc/gimplify.c | 2 + gcc/omp-low.c | 2 + gcc/testsuite/ChangeLog | 5 +++ gcc/testsuite/c-c++-common/gomp/order-1.c | 53 +++++++++++++++++++++++++ gcc/testsuite/c-c++-common/gomp/order-2.c | 57 +++++++++++++++++++++++++++ gcc/tree-core.h | 3 ++ gcc/tree-nested.c | 2 + gcc/tree-pretty-print.c | 4 ++ gcc/tree.c | 5 ++- 24 files changed, 433 insertions(+), 63 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/gomp/order-1.c create mode 100644 gcc/testsuite/c-c++-common/gomp/order-2.c