This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Is compare no longer enabled by default?
- From: "H. J. Lu" <hjl at lucon dot org>
- To: gcc at gcc dot gnu dot org
- Date: Sun, 11 Feb 2007 13:00:41 -0800
- Subject: Is compare no longer enabled by default?
"make bootstrap" used to compare stage2 and stage3 after gcc was
bootstrapped. "make bootstrap" would abort if comparison was failed.
Now, compare stage2 and stage3 is not longer done for
"make bootstrap". Is that intentional? I think it is a very bad
idea.
H.J.