Re: [PATCH 11/11] aarch64: Make AARCH64_FL_CRYPTO always unset

2025-01-16 Thread Richard Sandiford
Andrew Carlotti writes: > This feature flag bit only exists to support the +crypto alias. Outside > of option processing this bit needs to be set or unset consistently. > This patch goes with the latter option. > > gcc/ChangeLog: > > * common/config/aarch64/aarch64-common.cc: Assert that CR

[PATCH 11/11] aarch64: Make AARCH64_FL_CRYPTO always unset

2025-01-10 Thread Andrew Carlotti
This feature flag bit only exists to support the +crypto alias. Outside of option processing this bit needs to be set or unset consistently. This patch goes with the latter option. gcc/ChangeLog: * common/config/aarch64/aarch64-common.cc: Assert that CRYPTO bit is not set.