This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 0684c8d3eff commit-mklog: Add --co argument. new 5079b7781a2 openmp: Add nothing directive support new 76bb3c50dd4 Fortran/OpenMP: Add memory routines existing for C/C++
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 | 4 +- gcc/c-family/c-pragma.c | 1 + gcc/c-family/c-pragma.h | 1 + gcc/c/c-parser.c | 15 +++ gcc/cp/parser.c | 14 ++ gcc/testsuite/c-c++-common/gomp/nothing-1.c | 37 ++++++ gcc/testsuite/g++.dg/gomp/attrs-1.C | 1 + gcc/testsuite/g++.dg/gomp/attrs-2.C | 1 + gcc/testsuite/g++.dg/gomp/attrs-9.C | 1 + libgomp/omp_lib.f90.in | 94 +++++++++++++ libgomp/omp_lib.h.in | 97 ++++++++++++++ libgomp/testsuite/libgomp.c-c++-common/nothing-1.c | 47 +++++++ libgomp/testsuite/libgomp.fortran/alloc-1.F90 | 16 --- libgomp/testsuite/libgomp.fortran/alloc-4.f90 | 16 --- libgomp/testsuite/libgomp.fortran/refcount-1.f90 | 61 +++++++++ libgomp/testsuite/libgomp.fortran/target-12.f90 | 147 +++++++++++++++++++++ 16 files changed, 519 insertions(+), 34 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/gomp/nothing-1.c create mode 100644 libgomp/testsuite/libgomp.c-c++-common/nothing-1.c create mode 100644 libgomp/testsuite/libgomp.fortran/refcount-1.f90 create mode 100644 libgomp/testsuite/libgomp.fortran/target-12.f90