This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from a0001ef5843 LoongArch: Fix ISA base not being updated in loongarch_opti [...] new 4b281c6c515 aarch64: Add alias option support new 7c329561c0f aarch64: Split sve2-X extensions into sve2 + sve-X extension. new cf0a68d0a3d aarch64: Add new target options for 2024 Architecture Exten [...] new 3d831cafe54 aarch64: Update SME_LUTv2 feature string.
The 4 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/common/config/aarch64/aarch64-common.cc | 87 +++++--- gcc/config/aarch64/aarch64-arches.def | 1 + gcc/config/aarch64/aarch64-feature-deps.h | 23 ++- gcc/config/aarch64/aarch64-option-extensions.def | 87 ++++++-- gcc/config/aarch64/aarch64-sve-builtins-sve2.def | 8 +- gcc/config/aarch64/aarch64.h | 15 +- gcc/testsuite/gcc.target/aarch64/options_set_30.c | 10 + .../gcc.target/aarch64/pragma_cpp_predefs_5.c | 221 +++++++++++++++++++++ gcc/testsuite/lib/target-supports.exp | 3 +- 9 files changed, 394 insertions(+), 61 deletions(-) create mode 100644 gcc/testsuite/gcc.target/aarch64/options_set_30.c create mode 100644 gcc/testsuite/gcc.target/aarch64/pragma_cpp_predefs_5.c