This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 01a3f678dbc * config/mips/mips.c (mips_loongson_ext2_prefetch_cookie): [...] new a25ce2830f2 * gimplify.c (gimplify_scan_omp_clauses): Call sorry_at fo [...] new 9c99c6cfb4c * c-parser.c (c_parser_omp_requires): Call sorry_at on req [...] new a4f212f2495 * c-parser.c (c_parser_omp_clause_reduction): Call sorry_a [...] new 16642817e65 c/ * c-parser.c (c_parser_omp_clause_final): Use c_parser [...]
The 4 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 | 5 ++ gcc/c/ChangeLog | 21 +++++++ gcc/c/c-parser.c | 46 ++++++++++++---- gcc/cp/ChangeLog | 17 ++++++ gcc/cp/parser.c | 34 +++++++----- gcc/gimplify.c | 4 ++ gcc/testsuite/ChangeLog | 11 ++++ gcc/testsuite/c-c++-common/gomp/clauses-5.c | 52 ++++++++++++++++++ .../c-c++-common/gomp/lastprivate-conditional-1.c | 64 ++++++++++++++++++++++ .../c-c++-common/gomp/lastprivate-conditional-2.c | 28 ++++++++++ gcc/testsuite/c-c++-common/gomp/requires-1.c | 2 + gcc/testsuite/c-c++-common/gomp/requires-2.c | 2 + gcc/testsuite/c-c++-common/gomp/requires-4.c | 2 + 13 files changed, 262 insertions(+), 26 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/gomp/clauses-5.c create mode 100644 gcc/testsuite/c-c++-common/gomp/lastprivate-conditional-1.c create mode 100644 gcc/testsuite/c-c++-common/gomp/lastprivate-conditional-2.c