This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from c3d11a1e952 testsuite: Skip a test-case when LTO is used [PR102509] new 70de20db232 openmp: Add omp_aligned_{,c}alloc and omp_{c,re}alloc for Fortran
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/omp-low.c | 8 +- libgomp/libgomp.texi | 2 +- libgomp/omp_lib.f90.in | 43 +++++- libgomp/omp_lib.h.in | 46 +++++- libgomp/testsuite/libgomp.fortran/alloc-10.f90 | 198 +++++++++++++++++++++++++ libgomp/testsuite/libgomp.fortran/alloc-6.f90 | 45 ++++++ libgomp/testsuite/libgomp.fortran/alloc-7.c | 5 + libgomp/testsuite/libgomp.fortran/alloc-7.f90 | 174 ++++++++++++++++++++++ libgomp/testsuite/libgomp.fortran/alloc-8.f90 | 58 ++++++++ libgomp/testsuite/libgomp.fortran/alloc-9.f90 | 196 ++++++++++++++++++++++++ 10 files changed, 770 insertions(+), 5 deletions(-) create mode 100644 libgomp/testsuite/libgomp.fortran/alloc-10.f90 create mode 100644 libgomp/testsuite/libgomp.fortran/alloc-6.f90 create mode 100644 libgomp/testsuite/libgomp.fortran/alloc-7.c create mode 100644 libgomp/testsuite/libgomp.fortran/alloc-7.f90 create mode 100644 libgomp/testsuite/libgomp.fortran/alloc-8.f90 create mode 100644 libgomp/testsuite/libgomp.fortran/alloc-9.f90