This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from fe9458c280d Fix up flag_cunroll_grow_size handling in presence of optim [...] new 21cfe724cbd Fortran: Add support for OpenMP's nontemporal clause new b418ccb358e AArch64: Add if condition in aarch64_function_value [PR96479]
The 2 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/config/aarch64/aarch64.c | 4 ++++ gcc/fortran/dump-parse-tree.c | 1 + gcc/fortran/gfortran.h | 1 + gcc/fortran/openmp.c | 8 ++++++- gcc/fortran/trans-openmp.c | 3 +++ gcc/testsuite/gcc.target/aarch64/mgeneral-regs_1.c | 4 ++-- gcc/testsuite/gfortran.dg/gomp/nontemporal-1.f90 | 25 +++++++++++++++++++++ gcc/testsuite/gfortran.dg/gomp/nontemporal-2.f90 | 26 ++++++++++++++++++++++ 8 files changed, 69 insertions(+), 3 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/gomp/nontemporal-1.f90 create mode 100644 gcc/testsuite/gfortran.dg/gomp/nontemporal-2.f90