Re: [PATCH 01/11] aarch64: Improve mcpu/march conflict check

2025-01-14 Thread Richard Sandiford
Andrew Carlotti writes: > Features from a cpu or base architecture that were explicitly disabled > by a +nofeat option were being incorrectly added back in before checking > for conflicts between -mcpu and -march options. This patch instead > compares the returned feature masks directly. > > gcc/

[PATCH 01/11] aarch64: Improve mcpu/march conflict check

2025-01-10 Thread Andrew Carlotti
Features from a cpu or base architecture that were explicitly disabled by a +nofeat option were being incorrectly added back in before checking for conflicts between -mcpu and -march options. This patch instead compares the returned feature masks directly. gcc/ChangeLog: * config/aarch64