This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 5e7ccdb6d4d install.texi: Update GCN's newlib requirements new 3cb7c85eebd AArch64: Allow invert for shift counts [PR 123792] new 4fb8b2a1fcd AArch64: Block symbols in literal pools [PR 123791] new 66a2e713704 fortran: Allow vector math functions only with fast-math [P [...]
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/config/aarch64/aarch64.cc | 20 ++++------ gcc/config/aarch64/aarch64.md | 8 +++- gcc/fortran/decl.cc | 15 ++++++-- gcc/fortran/gfortran.texi | 7 ++++ gcc/testsuite/gcc.target/aarch64/pr123791.c | 10 +++++ gcc/testsuite/gcc.target/aarch64/pr123792.c | 53 +++++++++++++++++++++++++++ gcc/testsuite/gfortran.dg/simd-builtins-9.f90 | 16 ++++++++ gcc/testsuite/gfortran.dg/simd-builtins-9.h | 2 + 8 files changed, 114 insertions(+), 17 deletions(-) create mode 100644 gcc/testsuite/gcc.target/aarch64/pr123791.c create mode 100644 gcc/testsuite/gcc.target/aarch64/pr123792.c create mode 100644 gcc/testsuite/gfortran.dg/simd-builtins-9.f90 create mode 100644 gcc/testsuite/gfortran.dg/simd-builtins-9.h