This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 58f8ba7459b use rand instead of random new 258e7c1755b PR c/91401 c/ * c-parser.c (c_parser_omp_clause_dist_sche [...] new 96b43ffc969 c/ * c-parser.c (check_no_duplicate_clause): Simplify usin [...]
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/c/ChangeLog | 13 ++ gcc/c/c-parser.c | 21 +-- gcc/cp/ChangeLog | 12 ++ gcc/cp/parser.c | 20 +-- gcc/testsuite/ChangeLog | 9 + gcc/testsuite/c-c++-common/gomp/clause-dups-1.c | 222 ++++++++++++++++++++++++ gcc/testsuite/c-c++-common/gomp/if-4.c | 60 +++++++ gcc/testsuite/c-c++-common/gomp/pr91401-1.c | 10 ++ gcc/testsuite/c-c++-common/gomp/pr91401-2.c | 15 ++ 9 files changed, 358 insertions(+), 24 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/gomp/clause-dups-1.c create mode 100644 gcc/testsuite/c-c++-common/gomp/if-4.c create mode 100644 gcc/testsuite/c-c++-common/gomp/pr91401-1.c create mode 100644 gcc/testsuite/c-c++-common/gomp/pr91401-2.c