It appears that the gcc included with Fedora Core 4 (or some other
program that may be used during gcc bootstrap) does not produce
identical output on stages 2 and 3. I ran "make bootstrap4", and the
comparison check passed after building stage 4.
Any one with Fedora Core 4 will have to run "make
Kevin McBride wrote:
I have been having comparison errors while building a native 4.0.1
compiler for my Fedora Core 4 system.
Running
cmp c-pragma.o stage2/c-pragma.o
on your provided files says that they identical. If you are getting
comparison failures on these files, then perhaps your "c
I have been having comparison errors while building a native 4.0.1
compiler for my Fedora Core 4 system. I checked the flags for a file I
randomly chose, c-pragma.c, and the flags don't differ from initial
build of xgcc to stage2. I have included a tarball of the object files
for c-pragma.c and a