This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch devel/omp/gcc-11 in repository gcc.
from a5643a2981b Merge remote-tracking branch 'origin/releases/gcc-11' into [...] new 777e1baddca C, C++, Fortran, OpenMP: Add support for 'flush seq_cst' co [...]
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/ChangeLog.omp | 21 +++++++++++++++++++++ gcc/c-family/c-omp.c | 2 +- gcc/c/c-parser.c | 7 +++++-- gcc/cp/parser.c | 7 +++++-- gcc/cp/semantics.c | 2 +- gcc/fortran/openmp.c | 6 ++++-- gcc/fortran/trans-openmp.c | 3 ++- gcc/testsuite/c-c++-common/gomp/flush-1.c | 9 +++++++++ gcc/testsuite/c-c++-common/gomp/flush-2.c | 7 ++++--- gcc/testsuite/g++.dg/gomp/attrs-1.C | 6 ++++++ gcc/testsuite/g++.dg/gomp/attrs-2.C | 6 ++++++ gcc/testsuite/gfortran.dg/gomp/flush-1.f90 | 8 ++++++++ gcc/testsuite/gfortran.dg/gomp/flush-2.f90 | 9 +++++---- 13 files changed, 77 insertions(+), 16 deletions(-)