This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from cfc746c2118 ipa-cp: Multiple sweeps over the call-graph in the decision stage new 3ecc4d571f7 targethooks: Change SAME_FUNCTION_VERSIONS hook to support [...] new 558918d6b2a aarch64: Add support for fmv priority syntax.
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.cc | 155 +++++++++++++++++---- gcc/config/loongarch/loongarch.cc | 3 +- gcc/config/riscv/riscv.cc | 3 +- gcc/doc/tm.texi | 8 +- gcc/hooks.cc | 5 +- gcc/hooks.h | 2 +- gcc/target.def | 18 ++- gcc/testsuite/gcc.target/aarch64/fmv_priority3.c | 26 ++++ .../gcc.target/aarch64/fmv_priority_error1.c | 11 ++ .../gcc.target/aarch64/fmv_priority_error2.c | 8 ++ gcc/tree.cc | 35 +++-- 11 files changed, 221 insertions(+), 53 deletions(-) create mode 100644 gcc/testsuite/gcc.target/aarch64/fmv_priority3.c create mode 100644 gcc/testsuite/gcc.target/aarch64/fmv_priority_error1.c create mode 100644 gcc/testsuite/gcc.target/aarch64/fmv_priority_error2.c