This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 578b7687338 libgcc, X86: Adjust guard for Mach-O code. new 059b819e3c9 openmp: Add support for allocator and align modifiers on al [...] new c4432b2776a openmp: Fix OpenMP expansion of scope with non-fallthrugh b [...]
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-family/c-omp.c | 2 + gcc/c/c-parser.c | 161 +++++++++++++++++++-- gcc/cp/parser.c | 71 ++++++++- gcc/cp/pt.c | 10 ++ gcc/cp/semantics.c | 40 ++++- gcc/omp-expand.c | 10 +- gcc/omp-low.c | 40 +++-- gcc/testsuite/c-c++-common/gomp/allocate-6.c | 84 +++++++++++ gcc/testsuite/c-c++-common/gomp/allocate-7.c | 41 ++++++ gcc/testsuite/c-c++-common/gomp/scope-3.c | 21 +++ gcc/testsuite/g++.dg/gomp/allocate-4.C | 108 ++++++++++++++ gcc/tree-pretty-print.c | 15 +- gcc/tree.c | 2 +- gcc/tree.h | 3 + .../testsuite/libgomp.c-c++-common/allocate-2.c | 37 +++++ .../{allocate-1.c => allocate-3.c} | 70 ++++++--- 16 files changed, 660 insertions(+), 55 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/gomp/allocate-6.c create mode 100644 gcc/testsuite/c-c++-common/gomp/allocate-7.c create mode 100644 gcc/testsuite/c-c++-common/gomp/scope-3.c create mode 100644 gcc/testsuite/g++.dg/gomp/allocate-4.C create mode 100644 libgomp/testsuite/libgomp.c-c++-common/allocate-2.c copy libgomp/testsuite/libgomp.c-c++-common/{allocate-1.c => allocate-3.c} (76%)