https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111370
--- Comment #3 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Tamar Christina <tnfch...@gcc.gnu.org>: https://gcc.gnu.org/g:e5678468e550e99944fca6bae364696714ffb445 commit r14-5672-ge5678468e550e99944fca6bae364696714ffb445 Author: Tamar Christina <tamar.christ...@arm.com> Date: Tue Nov 21 13:20:10 2023 +0000 AArch64: Remove special handling of generic cpu. In anticipation of adding new generic turning values this removes the hardcoding of the "generic" CPU and instead just specifies it as a normal CPU. No change in behavior is expected. gcc/ChangeLog: PR target/111370 * config/aarch64/aarch64-cores.def: Add generic. * config/aarch64/aarch64-opts.h (enum aarch64_proc): Remove generic. * config/aarch64/aarch64-tune.md: Regenerate * config/aarch64/aarch64.cc (all_cores): Remove generic * config/aarch64/aarch64.h (enum target_cpus): Remove TARGET_CPU_generic.