This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from fb1de6a8543 gcc.dg/no_profile_instrument_function-attr-1.c: Adjust for [...] new c7c24828cfa OpenMP: Fixes for omp critical + hint
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-family/c-omp.c | 11 +++ gcc/c/c-parser.c | 26 ++---- gcc/cp/parser.c | 20 +++-- gcc/cp/pt.c | 9 +++ gcc/fortran/openmp.c | 33 +++++--- gcc/fortran/parse.c | 3 +- gcc/fortran/trans-openmp.c | 18 +++-- gcc/testsuite/c-c++-common/gomp/critical-hint-1.c | 47 +++++++++++ gcc/testsuite/c-c++-common/gomp/critical-hint-2.c | 36 +++++++++ gcc/testsuite/g++.dg/gomp/critical-3.C | 31 ++++++- gcc/testsuite/gfortran.dg/gomp/critical-hint-1.f90 | 94 ++++++++++++++++++++++ gcc/testsuite/gfortran.dg/gomp/critical-hint-2.f90 | 65 +++++++++++++++ libgomp/omp_lib.f90.in | 27 +++++-- libgomp/omp_lib.h.in | 16 +++- 14 files changed, 385 insertions(+), 51 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/gomp/critical-hint-1.c create mode 100644 gcc/testsuite/c-c++-common/gomp/critical-hint-2.c create mode 100644 gcc/testsuite/gfortran.dg/gomp/critical-hint-1.f90 create mode 100644 gcc/testsuite/gfortran.dg/gomp/critical-hint-2.f90