This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from b69c00612db [PATCH, rs6000] VSX load/store rightmost element operations new c26d7df1031 OpenMP: Fortran - support omp flush's memorder clauses
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/fortran/gfortran.h | 9 +++++++ gcc/fortran/openmp.c | 29 +++++++++++++++++++++ gcc/fortran/trans-openmp.c | 30 +++++++++++++++++++--- gcc/testsuite/gfortran.dg/gomp/flush-1.f90 | 41 ++++++++++++++++++++++++++++++ gcc/testsuite/gfortran.dg/gomp/flush-2.f90 | 18 +++++++++++++ 5 files changed, 123 insertions(+), 4 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/gomp/flush-1.f90 create mode 100644 gcc/testsuite/gfortran.dg/gomp/flush-2.f90