public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* is re-running bootstrap after a change safe?
@ 2019-04-05 19:55 Martin Sebor
  2019-04-05 20:01 ` H.J. Lu
  2019-04-05 20:50 ` Eric Botcazou
  0 siblings, 2 replies; 10+ messages in thread
From: Martin Sebor @ 2019-04-05 19:55 UTC (permalink / raw)
  To: gcc mailing list

Is it safe to rerun make bootstrap after changing GCC source?

Say if the first bootstrap succeeds and I then change a single
GCC .c file and rerun make bootstrap, am I guaranteed to see
the same fallout of the change as I would if I did a pristine
build in a clean directory?

I have been assuming this is safe and so after each tweak to
a patch I work on I rerun make bootstrap in the same build
directory.  It can speed things up quite a bit.

But the recent bootstrap breakage (PR 89980) makes me wonder
if it is, in fact, safe.  I can see the broken bootstrap today
in a clean build yet the bootstrap I did just before checking
in the change went fine.

Martin

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2019-04-08 12:59 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-05 19:55 is re-running bootstrap after a change safe? Martin Sebor
2019-04-05 20:01 ` H.J. Lu
2019-04-05 20:50 ` Eric Botcazou
2019-04-05 21:29   ` Jeff Law
2019-04-05 21:37     ` Martin Sebor
2019-04-05 22:02       ` Jeff Law
2019-04-05 23:08         ` Martin Sebor
2019-04-06  6:40           ` Andreas Schwab
2019-04-08  9:20           ` Richard Biener
2019-04-08 12:59             ` Jeff Law

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).