This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 3bb345c9313 i386: Hopefully last set of -mavx512vl -mno-avx512bw fixes [...] new a6e9633ccb5 Fortran: Fix libgfortran I/O race with newunit_free [PR99529] new 0b5437510c1 Fortran/OpenMP: Fix use_device_{ptr,addr} with assumed-size [...] new d0655763483 Fortran/OpenMP: Accept implicit-save DATA vars for threadpr [...]
The 3 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/resolve.c | 10 +-- gcc/gimplify.c | 2 +- gcc/testsuite/gfortran.dg/gomp/threadprivate-1.f90 | 11 +++ libgfortran/io/transfer.c | 32 ++++++-- libgfortran/io/unit.c | 1 - .../testsuite/libgomp.fortran/use_device_ptr-3.f90 | 91 ++++++++++++++++++++++ 6 files changed, 132 insertions(+), 15 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/gomp/threadprivate-1.f90 create mode 100644 libgomp/testsuite/libgomp.fortran/use_device_ptr-3.f90