On Mon, Feb 12, 2007 at 09:53:00AM -0800, Joe Buck wrote: > 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?
I was comparing against the old output. I have closed the bug. H.J.