This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e643926ac10 PR bootstrap/90543 * optc-save-gen.awk: In cl_optimizatio [...] new d7233baccd9 PR fortran/90329 * lang.opt (fbroken-callers): Remove. ( [...] new 662e190cd77 This patch implements the [u]avgM3_floor and [u]avgM3_ceil [...]
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/ChangeLog | 10 ++++ gcc/config/aarch64/aarch64-c.c | 1 + gcc/config/aarch64/aarch64-sve2.md | 65 ++++++++++++++++++++++ gcc/config/aarch64/aarch64.h | 4 ++ gcc/config/aarch64/aarch64.md | 3 + gcc/fortran/ChangeLog | 14 +++++ gcc/fortran/gfortran.h | 3 + gcc/fortran/interface.c | 1 + gcc/fortran/invoke.texi | 20 ++++--- gcc/fortran/lang.opt | 11 ++-- gcc/fortran/trans-decl.c | 7 ++- gcc/testsuite/ChangeLog | 11 ++++ .../aarch64/{aarch64.exp => sve2/aarch64-sve2.exp} | 11 +++- gcc/testsuite/gcc.target/aarch64/sve2/average_1.c | 46 +++++++++++++++ gcc/testsuite/lib/target-supports.exp | 36 +++++++++++- 15 files changed, 227 insertions(+), 16 deletions(-) create mode 100644 gcc/config/aarch64/aarch64-sve2.md copy gcc/testsuite/gcc.target/aarch64/{aarch64.exp => sve2/aarch64-sve2.exp} (83%) create mode 100644 gcc/testsuite/gcc.target/aarch64/sve2/average_1.c