https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70612
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jakub at gcc dot gnu.org --- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> --- -mtune=native is just about tuning, not ISA selection, that is what -march=native is for. But even that just expands to the particular options determined from the host CPU, you can always override it through other options. So I don't see any bug from your description.