This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Is compare no longer enabled by default?


On Sun, Feb 11, 2007 at 01:04:05PM -0800, H. J. Lu wrote:
> On Sun, Feb 11, 2007 at 01:00:41PM -0800, H. J. Lu wrote:
> > "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.
> 
> I opened a bug:
> 
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30767

I can't reproduce this.  Last night's build of the trunk for me, on
i686-pc-linux-gnu, produced a log containing

Comparing stages 2 and 3
Comparison successful.

This is the output for the trunk and for the 4.2 branch.  For the 4.1
branch, we get more verbose output, showing all of the compare commands.
HJ, perhaps you were looking for the verbose output and didn't see it?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]