This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from b137e4bbcc4 Handle non-grouped stores as single-lane SLP: adjust 'gcc.d [...] new a8caeaacf49 OpenMP: Allocate directive for static vars, clean up
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/c-parser.cc | 29 +++-- gcc/fortran/openmp.cc | 9 +- gcc/fortran/trans-common.cc | 4 + gcc/fortran/trans-decl.cc | 131 +++++++++++---------- gcc/gimplify.cc | 22 +++- gcc/testsuite/c-c++-common/gomp/allocate-18.c | 59 ++++++++++ gcc/testsuite/c-c++-common/gomp/allocate-19.c | 69 +++++++++++ gcc/testsuite/c-c++-common/gomp/allocate-9.c | 43 +++---- gcc/testsuite/gfortran.dg/gomp/allocate-15.f90 | 2 +- gcc/testsuite/gfortran.dg/gomp/allocate-4.f90 | 6 +- gcc/testsuite/gfortran.dg/gomp/allocate-clause.f90 | 61 ++++++++++ .../gfortran.dg/gomp/allocate-pinned-1.f90 | 2 +- .../gfortran.dg/gomp/allocate-static-2.f90 | 52 ++++++++ gcc/testsuite/gfortran.dg/gomp/allocate-static.f90 | 62 ++++++++++ include/gomp-constants.h | 8 ++ libgomp/allocator.c | 9 ++ libgomp/libgomp.texi | 15 +-- 17 files changed, 469 insertions(+), 114 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/gomp/allocate-18.c create mode 100644 gcc/testsuite/c-c++-common/gomp/allocate-19.c create mode 100644 gcc/testsuite/gfortran.dg/gomp/allocate-clause.f90 create mode 100644 gcc/testsuite/gfortran.dg/gomp/allocate-static-2.f90 create mode 100644 gcc/testsuite/gfortran.dg/gomp/allocate-static.f90