Re: [PATCH v2 08/11] aarch64: Add bool conversion to TARGET_* macros

2024-07-11 Thread Richard Sandiford
Andrew Carlotti writes: > Use a new AARCH64_HAVE_ISA macro in TARGET_* definitions, and eliminate > all the AARCH64_ISA_* feature macros. > > gcc/ChangeLog: > > * config/aarch64/aarch64-c.cc > (aarch64_define_unconditional_macros): Use TARGET_V8R macro. > (aarch64_update_cpp_buil

[PATCH v2 08/11] aarch64: Add bool conversion to TARGET_* macros

2024-07-11 Thread Andrew Carlotti
Use a new AARCH64_HAVE_ISA macro in TARGET_* definitions, and eliminate all the AARCH64_ISA_* feature macros. gcc/ChangeLog: * config/aarch64/aarch64-c.cc (aarch64_define_unconditional_macros): Use TARGET_V8R macro. (aarch64_update_cpp_builtins): Use TARGET_* macros.