Hi, On Wed, Jun 02 2021, sotrdg sotrdg via Gcc wrote: > The document said yes. However, what does bootstrap actually do that can make > compiler faster?
Assuming the gcc you are bootstrapping is newer than your system compiler, it is quite likely to be better able to optimize itself than the older system compiler. Martin