public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/13499] New: Comparison failure of libbackend.o when bootstrapping with --enable-intemodule
@ 2003-12-28  0:27 v dot haisman at sh dot cvut dot cz
  2003-12-28  1:40 ` [Bug bootstrap/13499] " pinskia at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: v dot haisman at sh dot cvut dot cz @ 2003-12-28  0:27 UTC (permalink / raw)
  To: gcc-bugs

I get this bootstrap comparison failure when bootstrapping with mentioned
configure option.

Comparing stage2 and stage3 of the compiler
[...]
Bootstrap comparison failure!
./libbackend.o differs
make[1]: *** [gnucompare] Error 1

$ ./gcc/xgcc -v
Using built-in specs.
Configured with: ../srcdir/configure --with-gcc --with-gnu-ld --with-gnu-as --en
able-languages=c,c++ --enable-threads=posix --with-system-zlib --enable-nls --wi
thout-included-gettext --enable-sjlj-exceptions --enable-version-specific-runtim
e-libs --enable-shared --disable-win32-registry --verbose --enable-dwarf2 --with
-cpu=athlon --with-arch=athlon : (reconfigured) ../srcdir/configure --with-gcc -
-with-gnu-ld --with-gnu-as --enable-languages=c,c++ --enable-threads=posix --wit
h-system-zlib --enable-nls --without-included-gettext --enable-sjlj-exceptions -
-enable-version-specific-runtime-libs --enable-shared --disable-win32-registry -
-enable-dwarf2 --with-cpu=athlon --with-arch=athlon --enable-intermodule
Thread model: posix
gcc version 3.4.0 20031227 (experimental)

-- 
           Summary: Comparison failure of libbackend.o when bootstrapping
                    with --enable-intemodule
           Product: gcc
           Version: 3.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: v dot haisman at sh dot cvut dot cz
                CC: gcc-bugs at gcc dot gnu dot org,v dot haisman at sh dot
                    cvut dot cz
 GCC build triplet: i686-pc-cygwin
  GCC host triplet: i686-pc-cygwin
GCC target triplet: i686-pc-cygwin


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13499


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug bootstrap/13499] Comparison failure of libbackend.o when bootstrapping with --enable-intemodule
  2003-12-28  0:27 [Bug bootstrap/13499] New: Comparison failure of libbackend.o when bootstrapping with --enable-intemodule v dot haisman at sh dot cvut dot cz
@ 2003-12-28  1:40 ` pinskia at gcc dot gnu dot org
  2003-12-28  2:33 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-12-28  1:40 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-12-28 00:24 -------
Can you try to configure with a clean objdir?

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |wrong-code


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13499


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug bootstrap/13499] Comparison failure of libbackend.o when bootstrapping with --enable-intemodule
  2003-12-28  0:27 [Bug bootstrap/13499] New: Comparison failure of libbackend.o when bootstrapping with --enable-intemodule v dot haisman at sh dot cvut dot cz
  2003-12-28  1:40 ` [Bug bootstrap/13499] " pinskia at gcc dot gnu dot org
@ 2003-12-28  2:33 ` pinskia at gcc dot gnu dot org
  2003-12-28  2:40 ` pinskia at gcc dot gnu dot org
  2003-12-28 12:14 ` v dot haisman at sh dot cvut dot cz
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-12-28  2:33 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-12-28 00:25 -------
Also can you remove "--with-cpu=athlon --with-arch=athlon" from configure and try again.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13499


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug bootstrap/13499] Comparison failure of libbackend.o when bootstrapping with --enable-intemodule
  2003-12-28  0:27 [Bug bootstrap/13499] New: Comparison failure of libbackend.o when bootstrapping with --enable-intemodule v dot haisman at sh dot cvut dot cz
  2003-12-28  1:40 ` [Bug bootstrap/13499] " pinskia at gcc dot gnu dot org
  2003-12-28  2:33 ` pinskia at gcc dot gnu dot org
@ 2003-12-28  2:40 ` pinskia at gcc dot gnu dot org
  2003-12-28 12:14 ` v dot haisman at sh dot cvut dot cz
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-12-28  2:40 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-12-28 00:27 -------
Without removing "--with-cpu=athlon --with-arch=athlon", can you remove "--enable-
intemodule" and see if there is a bootstrap problem there?

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13499


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug bootstrap/13499] Comparison failure of libbackend.o when bootstrapping with --enable-intemodule
  2003-12-28  0:27 [Bug bootstrap/13499] New: Comparison failure of libbackend.o when bootstrapping with --enable-intemodule v dot haisman at sh dot cvut dot cz
                   ` (2 preceding siblings ...)
  2003-12-28  2:40 ` pinskia at gcc dot gnu dot org
@ 2003-12-28 12:14 ` v dot haisman at sh dot cvut dot cz
  3 siblings, 0 replies; 5+ messages in thread
From: v dot haisman at sh dot cvut dot cz @ 2003-12-28 12:14 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From v dot haisman at sh dot cvut dot cz  2003-12-28 09:51 -------
Hmm, second attempt of bootstrap with same configuration has succeeded. Maybe I
haven't had clean objdir at the first time. I am marking this PR as invalid.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13499


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2003-12-28  9:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-12-28  0:27 [Bug bootstrap/13499] New: Comparison failure of libbackend.o when bootstrapping with --enable-intemodule v dot haisman at sh dot cvut dot cz
2003-12-28  1:40 ` [Bug bootstrap/13499] " pinskia at gcc dot gnu dot org
2003-12-28  2:33 ` pinskia at gcc dot gnu dot org
2003-12-28  2:40 ` pinskia at gcc dot gnu dot org
2003-12-28 12:14 ` v dot haisman at sh dot cvut dot cz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).