This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-14 in repository gcc.
from 946c17e456d asan: Fix missing FakeStack flag cleanup new 7c6fde4bac6 AArch64: have -mcpu=native detect architecture extensions f [...] new f8daec2ad9a AArch64: don't override march to assembler with mcpu if mar [...]
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.h | 2 +- gcc/config/aarch64/driver-aarch64.cc | 52 ++++++++++++++++------ gcc/testsuite/gcc.target/aarch64/cpunative/info_34 | 18 ++++++++ gcc/testsuite/gcc.target/aarch64/cpunative/info_35 | 18 ++++++++ .../cpunative/{native_cpu_16.c => native_cpu_34.c} | 2 +- .../cpunative/{native_cpu_0.c => native_cpu_35.c} | 7 +-- gcc/testsuite/gcc.target/aarch64/options_set_29.c | 11 +++++ 7 files changed, 91 insertions(+), 19 deletions(-) create mode 100644 gcc/testsuite/gcc.target/aarch64/cpunative/info_34 create mode 100644 gcc/testsuite/gcc.target/aarch64/cpunative/info_35 copy gcc/testsuite/gcc.target/aarch64/cpunative/{native_cpu_16.c => native_cpu_34. [...] copy gcc/testsuite/gcc.target/aarch64/cpunative/{native_cpu_0.c => native_cpu_35.c} (50%) create mode 100644 gcc/testsuite/gcc.target/aarch64/options_set_29.c