https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111632
--- Comment #9 from Arsen Arsenović <arsen at gcc dot gnu.org> --- (In reply to Jakub Jelinek from comment #8) > I certainly work on stage 1 all the time, that is where I develop everything > I do > (of course once something is written, I test it with full bootstrap, but > discovering issues there is too late). > Non-bootstrapped compiler has the added bonus that it defaults to -O0 -g > building of objects when they are rebuilt when doing make inside of the gcc > directory. right, I do the same, but that can be guarded by checking whether bootstrap is enabled, no?