This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d64ca153510 Fortran: Fix error recovery for bad component arrayspecs [P [...] new 65286465b94 Fortran: Fix location_t in gfc_get_extern_function_decl; su [...]
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 | 1 + gcc/fortran/openmp.cc | 53 +++++++++++--- gcc/fortran/trans-decl.cc | 2 +- gcc/fortran/trans-openmp.cc | 3 + .../routine-external-level-of-parallelism-2.f | 28 +++---- gcc/testsuite/gfortran.dg/gomp/dispatch-11.f90 | 85 ++++++++++++++++++++++ gcc/testsuite/gfortran.dg/gomp/dispatch-12.f90 | 49 +++++++++++++ 7 files changed, 195 insertions(+), 26 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/gomp/dispatch-11.f90 create mode 100644 gcc/testsuite/gfortran.dg/gomp/dispatch-12.f90