# uname -a Linux ... 6.8.12-gentoo ... x86_64 13th Gen Intel(R) Core(TM) i7-13700 ... # resolve-march-native -march=alderlake ... HINT: Beginning with version 13.3, IA-32/x86-64 ... GCC now supports the Intel CPU named Raptor Lake through -march=raptorlake ... ... CONFIRMATION: With this setting, # emerge --emptytree ... world" just finished successfully. Reproducible: Always
-march=raptorlake enables the exact same stuff as -march=alderlake. Running `gcc -march=native -Q --help=target` will probably also show you that it sets -march to alderlake instead of raptorlake, so I don't think this would be a resolve-march-native bug.
Not a bug, there is no hardcoding of anything *lake in resolve-march-native. Closing…
Thanks!