This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from fe9f0719d8e match.pd: Fold pattern of round semantics. new 3d2848bd1f8 aarch64: Dump version ordering for FMV. new f1837613162 aarch64: Fix fmv priority ordering [PR target/122190] new ec9b7caa373 aarch64: testsuite: Add test for supported FMV extensions. new 7f088e8b49c aarch64: Remove unnecessary sort from dispatch_function_versions. new 5210dc58b43 aarch64: Add __HAVE_FUNCTION_MULTI_VERSIONING macro.
The 5 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.cc | 4 + gcc/config/aarch64/aarch64.cc | 57 ++------ gcc/testsuite/gcc.target/aarch64/fmv_priority.in | 92 ++++++++++++ gcc/testsuite/gcc.target/aarch64/fmv_priority1.c | 175 +++++++++++++++++++++++ gcc/testsuite/gcc.target/aarch64/fmv_priority2.c | 29 ++++ gcc/testsuite/gcc.target/aarch64/pr122190.c | 10 ++ 6 files changed, 324 insertions(+), 43 deletions(-) create mode 100644 gcc/testsuite/gcc.target/aarch64/fmv_priority.in create mode 100644 gcc/testsuite/gcc.target/aarch64/fmv_priority1.c create mode 100644 gcc/testsuite/gcc.target/aarch64/fmv_priority2.c create mode 100644 gcc/testsuite/gcc.target/aarch64/pr122190.c