This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from f8332e52a49 Use 'GOMP_MAP_VARS_TARGET' for OpenACC compute constructs [ [...] new fcbc5c190c4 Fix PR 108874: aarch64 code regression with shift and ands new e20e5d9dc11 Fortran: fix ICE with bind(c) in block data [PR104332]
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.md | 23 +++++++++++++++++++ gcc/fortran/resolve.cc | 4 ++-- .../gcc.target/aarch64/{rev16_1.c => rev16_2.c} | 26 +++------------------- .../gcc.target/aarch64/shift_and_operator-1.c | 22 ++++++++++++++++++ gcc/testsuite/gfortran.dg/bind_c_usage_34.f90 | 21 +++++++++++++++++ 5 files changed, 71 insertions(+), 25 deletions(-) copy gcc/testsuite/gcc.target/aarch64/{rev16_1.c => rev16_2.c} (60%) create mode 100644 gcc/testsuite/gcc.target/aarch64/shift_and_operator-1.c create mode 100644 gcc/testsuite/gfortran.dg/bind_c_usage_34.f90