This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from b262b17636e c++: build_extra_args recapturing local specs [PR114303] new 1defe743aeb libstdc++: Export std::__basic_file::native_handle as GLIBC [...] new e33fc847d54 aarch64: Reorder FMV feature priorities new 3ef14f56343 aarch64: Fix FMV array iteration bounds new a28df112766 aarch64: Fix typo and make rdma/rdm alias for FMV new 27e34311760 aarch64: Remove unsupported FMV features new d33ec3b78fe aarch64: Remove FMV features whose names may change
The 6 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-option-extensions.def | 71 +++------------------- gcc/config/aarch64/aarch64.cc | 12 +++- gcc/testsuite/g++.target/aarch64/mv-1.C | 38 ++++++++++++ .../gcc.target/aarch64/cpunative/native_cpu_21.c | 2 +- .../gcc.target/aarch64/cpunative/native_cpu_22.c | 2 +- libstdc++-v3/config/abi/pre/gnu.ver | 9 ++- libstdc++-v3/testsuite/util/testsuite_abi.cc | 3 +- 7 files changed, 68 insertions(+), 69 deletions(-) create mode 100644 gcc/testsuite/g++.target/aarch64/mv-1.C