public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/58368] New: [4.9 regression] bootstrap comparison failure in expr.o and i386.o on x86_64-linux
@ 2013-09-09  8:19 mikpe at it dot uu.se
  2013-09-09  8:47 ` [Bug bootstrap/58368] " rguenth at gcc dot gnu.org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: mikpe at it dot uu.se @ 2013-09-09  8:19 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 58368
           Summary: [4.9 regression] bootstrap comparison failure in
                    expr.o and i386.o on x86_64-linux
           Product: gcc
           Version: 4.9.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
          Assignee: unassigned at gcc dot gnu.org
          Reporter: mikpe at it dot uu.se

Attempting to bootstrap gcc-4.9-20130908 (r202372) on x86_64-linux fails with:

make[3]: Leaving directory `/mnt/scratch/objdir49'
Comparing stages 2 and 3
warning: gcc/cc1obj-checksum.o differs
warning: gcc/cc1plus-checksum.o differs
warning: gcc/cc1objplus-checksum.o differs
warning: gcc/cc1-checksum.o differs
Bootstrap comparison failure!
gcc/expr.o differs
gcc/i386.o differs
make[2]: *** [compare] Error 1
make[2]: Leaving directory `/mnt/scratch/objdir49'
make[1]: *** [stage3-bubble] Error 2
make[1]: Leaving directory `/mnt/scratch/objdir49'
make: *** [bootstrap] Error 2

The previous weekly snapshot, 4.9-20130901, bootstrapped fine.

Configuration:
/mnt/scratch/gcc-4.9-20130908/configure --prefix=/mnt/scratch/install49
--with-gmp=/home/mikpe/pkgs/linux-x86_64/gmp-5.1.2
--with-mpfr=/home/mikpe/pkgs/linux-x86_64/mpfr-3.1.2
--with-mpc=/home/mikpe/pkgs/linux-x86_64/mpc-1.0.1 --disable-plugin
--disable-lto --disable-nls --enable-threads=posix --enable-checking=release
--disable-libmudflap --enable-languages=c,c++,objc,obj-c++,java,fortran,ada,go


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

* [Bug bootstrap/58368] [4.9 regression] bootstrap comparison failure in expr.o and i386.o on x86_64-linux
  2013-09-09  8:19 [Bug bootstrap/58368] New: [4.9 regression] bootstrap comparison failure in expr.o and i386.o on x86_64-linux mikpe at it dot uu.se
  2013-09-09  8:47 ` [Bug bootstrap/58368] " rguenth at gcc dot gnu.org
@ 2013-09-09  8:47 ` rguenth at gcc dot gnu.org
  2013-09-09  9:52 ` mikpe at it dot uu.se
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu.org @ 2013-09-09  8:47 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> ---
Possibly related to PR58340?


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

* [Bug bootstrap/58368] [4.9 regression] bootstrap comparison failure in expr.o and i386.o on x86_64-linux
  2013-09-09  8:19 [Bug bootstrap/58368] New: [4.9 regression] bootstrap comparison failure in expr.o and i386.o on x86_64-linux mikpe at it dot uu.se
@ 2013-09-09  8:47 ` rguenth at gcc dot gnu.org
  2013-09-09  8:47 ` rguenth at gcc dot gnu.org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu.org @ 2013-09-09  8:47 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.9.0


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

* [Bug bootstrap/58368] [4.9 regression] bootstrap comparison failure in expr.o and i386.o on x86_64-linux
  2013-09-09  8:19 [Bug bootstrap/58368] New: [4.9 regression] bootstrap comparison failure in expr.o and i386.o on x86_64-linux mikpe at it dot uu.se
  2013-09-09  8:47 ` [Bug bootstrap/58368] " rguenth at gcc dot gnu.org
  2013-09-09  8:47 ` rguenth at gcc dot gnu.org
@ 2013-09-09  9:52 ` mikpe at it dot uu.se
  2013-09-16  8:20 ` mikpe at it dot uu.se
  2013-09-16  8:26 ` schwab@linux-m68k.org
  4 siblings, 0 replies; 6+ messages in thread
From: mikpe at it dot uu.se @ 2013-09-09  9:52 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Mikael Pettersson <mikpe at it dot uu.se> ---
Applying r202379 didn't fix the comparison failure, but reverting r202345 did.


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

* [Bug bootstrap/58368] [4.9 regression] bootstrap comparison failure in expr.o and i386.o on x86_64-linux
  2013-09-09  8:19 [Bug bootstrap/58368] New: [4.9 regression] bootstrap comparison failure in expr.o and i386.o on x86_64-linux mikpe at it dot uu.se
                   ` (2 preceding siblings ...)
  2013-09-09  9:52 ` mikpe at it dot uu.se
@ 2013-09-16  8:20 ` mikpe at it dot uu.se
  2013-09-16  8:26 ` schwab@linux-m68k.org
  4 siblings, 0 replies; 6+ messages in thread
From: mikpe at it dot uu.se @ 2013-09-16  8:20 UTC (permalink / raw)
  To: gcc-bugs

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

Mikael Pettersson <mikpe at it dot uu.se> changed:

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

--- Comment #3 from Mikael Pettersson <mikpe at it dot uu.se> ---
This bootstrap failure is gone as of gcc-4.9-20130915 aka rev 202605.


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

* [Bug bootstrap/58368] [4.9 regression] bootstrap comparison failure in expr.o and i386.o on x86_64-linux
  2013-09-09  8:19 [Bug bootstrap/58368] New: [4.9 regression] bootstrap comparison failure in expr.o and i386.o on x86_64-linux mikpe at it dot uu.se
                   ` (3 preceding siblings ...)
  2013-09-16  8:20 ` mikpe at it dot uu.se
@ 2013-09-16  8:26 ` schwab@linux-m68k.org
  4 siblings, 0 replies; 6+ messages in thread
From: schwab@linux-m68k.org @ 2013-09-16  8:26 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from Andreas Schwab <schwab@linux-m68k.org> ---
r202345 has been reverted.


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

end of thread, other threads:[~2013-09-16  8:26 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-09-09  8:19 [Bug bootstrap/58368] New: [4.9 regression] bootstrap comparison failure in expr.o and i386.o on x86_64-linux mikpe at it dot uu.se
2013-09-09  8:47 ` [Bug bootstrap/58368] " rguenth at gcc dot gnu.org
2013-09-09  8:47 ` rguenth at gcc dot gnu.org
2013-09-09  9:52 ` mikpe at it dot uu.se
2013-09-16  8:20 ` mikpe at it dot uu.se
2013-09-16  8:26 ` schwab@linux-m68k.org

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).