This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 12dc8ab983d Fix scalar costing issue introduced by PR84512 fix. new d4de7e32eff Fortran/OpenMP: strict modifier on grainsize/num_tasks
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/dump-parse-tree.c | 4 + gcc/fortran/gfortran.h | 2 +- gcc/fortran/openmp.c | 20 ++++- gcc/fortran/trans-openmp.c | 8 ++ libgomp/testsuite/libgomp.fortran/taskloop-4-a.f90 | 86 ++++++++++++++++++++ libgomp/testsuite/libgomp.fortran/taskloop-4.f90 | 41 ++++++++++ libgomp/testsuite/libgomp.fortran/taskloop-5-a.f90 | 95 ++++++++++++++++++++++ libgomp/testsuite/libgomp.fortran/taskloop-5.f90 | 75 +++++++++++++++++ 8 files changed, 326 insertions(+), 5 deletions(-) create mode 100644 libgomp/testsuite/libgomp.fortran/taskloop-4-a.f90 create mode 100644 libgomp/testsuite/libgomp.fortran/taskloop-4.f90 create mode 100644 libgomp/testsuite/libgomp.fortran/taskloop-5-a.f90 create mode 100644 libgomp/testsuite/libgomp.fortran/taskloop-5.f90