This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from f4e7ea81d13 Fortran: -fno-automatic and -fopenacc / recusion check cleanup new 1d6f6ac693a Fortran: With OpenACC, ignore OpenMP's cond comp sentinels
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/scanner.c | 32 +++------ gcc/testsuite/gfortran.dg/goacc-gomp/fixed-1.f | 81 ++++++++++++++++++++++ gcc/testsuite/gfortran.dg/goacc-gomp/free-1.f90 | 34 +++++++++ gcc/testsuite/gfortran.dg/goacc/fixed-5.f | 30 ++++++++ .../gfortran.dg/goacc/sentinel-free-form.f95 | 7 +- 5 files changed, 161 insertions(+), 23 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/goacc-gomp/fixed-1.f create mode 100644 gcc/testsuite/gfortran.dg/goacc-gomp/free-1.f90 create mode 100644 gcc/testsuite/gfortran.dg/goacc/fixed-5.f