This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/29684] New: Bootstrap comparison failure
- From: "lucier at math dot purdue dot edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 1 Nov 2006 19:43:41 -0000
- Subject: [Bug bootstrap/29684] New: Bootstrap comparison failure
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
With this configure and make command
make: *** [bootstrap] Error 2
[lucier@descartes objdir]$ cat ../build-gcc
#!/bin/tcsh
/bin/rm -rf *; ../configure --prefix=/pkgs/gcc-4.2.0 ; make -j 3 bootstrap >&
build.log && (make -k -j 6 check RUNTESTFLAGS="--target_board 'unix{,-m64}'"
>& check.log ; make mail-report-with-warnings.log)
bootstrap fails with
Comparing stages 2 and 3
Bootstrap comparison failure!
./gcc.o differs
--
Summary: Bootstrap comparison failure
Product: gcc
Version: 4.2.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: bootstrap
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: lucier at math dot purdue dot edu
GCC build triplet: powerpc64-unknown-linux-gnu
GCC host triplet: powerpc64-unknown-linux-gnu
GCC target triplet: powerpc64-unknown-linux-gnu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29684