https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104014
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jakub at gcc dot gnu.org --- Comment #5 from Jakub Jelinek <jakub at gcc dot gnu.org> --- That makes no sense. O2-ish bootstrap are the most commonly used ones, not O3-ish, so mandating bootstrap-O3 for testing is wrong. And, -march=native is a moving target, different for each developer. So bootstrap that works for one developer with -march=native can work fine while on another box it will not. --with-arch=native --with-cpu=native bootstraps aren't a good idea for gcc-testresults posts as well because it is hard to determine what exactly that native expands to.