This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 027b281f1e8 OpenMP requires: Fix diagnostic filename corner case new 1513512ec7d Fortran: OpenMP fix declare simd inside modules and absent [...]
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/openmp.cc | 10 +++-- gcc/testsuite/gfortran.dg/gomp/declare-simd-4.f90 | 42 +++++++++++++++++++ gcc/testsuite/gfortran.dg/gomp/declare-simd-5.f90 | 49 +++++++++++++++++++++++ gcc/testsuite/gfortran.dg/gomp/declare-simd-6.f90 | 42 +++++++++++++++++++ 4 files changed, 140 insertions(+), 3 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/gomp/declare-simd-4.f90 create mode 100644 gcc/testsuite/gfortran.dg/gomp/declare-simd-5.f90 create mode 100644 gcc/testsuite/gfortran.dg/gomp/declare-simd-6.f90