public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/111688] New: [14 regression] bootstrap failure after r14-4383-g14d0c509898b03
@ 2023-10-04  2:27 seurer at gcc dot gnu.org
  2023-10-04  9:57 ` [Bug bootstrap/111688] " rguenth at gcc dot gnu.org
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: seurer at gcc dot gnu.org @ 2023-10-04  2:27 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111688

            Bug ID: 111688
           Summary: [14 regression] bootstrap failure after
                    r14-4383-g14d0c509898b03
           Product: gcc
           Version: 14.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
          Assignee: unassigned at gcc dot gnu.org
          Reporter: seurer at gcc dot gnu.org
  Target Milestone: ---

g:14d0c509898b0361f78284c05556035edde6d1e0, r14-4383-g14d0c509898b03

make
. . .
Comparing stages 2 and 3
Bootstrap comparison failure!
powerpc64le-unknown-linux-gnu/libstdc++-v3/src/.libs/compatibility-ldbl.o
differs
powerpc64le-unknown-linux-gnu/libstdc++-v3/src/compatibility-ldbl.o differs


commit 14d0c509898b0361f78284c05556035edde6d1e0 (HEAD)
Author: Martin Jambor <mjambor@suse.cz>
Date:   Tue Oct 3 18:44:52 2023 +0200

    ipa-sra: Allow IPA-SRA in presence of returns which will be removed

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

* [Bug bootstrap/111688] [14 regression] bootstrap failure after r14-4383-g14d0c509898b03
  2023-10-04  2:27 [Bug bootstrap/111688] New: [14 regression] bootstrap failure after r14-4383-g14d0c509898b03 seurer at gcc dot gnu.org
@ 2023-10-04  9:57 ` rguenth at gcc dot gnu.org
  2023-10-04 13:28 ` jamborm at gcc dot gnu.org
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: rguenth at gcc dot gnu.org @ 2023-10-04  9:57 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111688

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |14.0

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

* [Bug bootstrap/111688] [14 regression] bootstrap failure after r14-4383-g14d0c509898b03
  2023-10-04  2:27 [Bug bootstrap/111688] New: [14 regression] bootstrap failure after r14-4383-g14d0c509898b03 seurer at gcc dot gnu.org
  2023-10-04  9:57 ` [Bug bootstrap/111688] " rguenth at gcc dot gnu.org
@ 2023-10-04 13:28 ` jamborm at gcc dot gnu.org
  2023-10-04 13:45 ` jamborm at gcc dot gnu.org
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: jamborm at gcc dot gnu.org @ 2023-10-04 13:28 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111688

--- Comment #1 from Martin Jambor <jamborm at gcc dot gnu.org> ---
I was not able to reproduce this error on gcc112 on compile farm
(powerpc64le-unknown-linux-gnu).

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

* [Bug bootstrap/111688] [14 regression] bootstrap failure after r14-4383-g14d0c509898b03
  2023-10-04  2:27 [Bug bootstrap/111688] New: [14 regression] bootstrap failure after r14-4383-g14d0c509898b03 seurer at gcc dot gnu.org
  2023-10-04  9:57 ` [Bug bootstrap/111688] " rguenth at gcc dot gnu.org
  2023-10-04 13:28 ` jamborm at gcc dot gnu.org
@ 2023-10-04 13:45 ` jamborm at gcc dot gnu.org
  2023-10-04 13:54 ` seurer at gcc dot gnu.org
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: jamborm at gcc dot gnu.org @ 2023-10-04 13:45 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111688

--- Comment #2 from Martin Jambor <jamborm at gcc dot gnu.org> ---
I made a mistake checking out the correct commit, so please disregard comment
#1, I'm trying again.

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

* [Bug bootstrap/111688] [14 regression] bootstrap failure after r14-4383-g14d0c509898b03
  2023-10-04  2:27 [Bug bootstrap/111688] New: [14 regression] bootstrap failure after r14-4383-g14d0c509898b03 seurer at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2023-10-04 13:45 ` jamborm at gcc dot gnu.org
@ 2023-10-04 13:54 ` seurer at gcc dot gnu.org
  2023-10-04 15:23 ` jamborm at gcc dot gnu.org
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: seurer at gcc dot gnu.org @ 2023-10-04 13:54 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111688

--- Comment #3 from seurer at gcc dot gnu.org ---
If you need me to try something let me know.

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

* [Bug bootstrap/111688] [14 regression] bootstrap failure after r14-4383-g14d0c509898b03
  2023-10-04  2:27 [Bug bootstrap/111688] New: [14 regression] bootstrap failure after r14-4383-g14d0c509898b03 seurer at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2023-10-04 13:54 ` seurer at gcc dot gnu.org
@ 2023-10-04 15:23 ` jamborm at gcc dot gnu.org
  2023-10-04 17:20 ` jamborm at gcc dot gnu.org
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: jamborm at gcc dot gnu.org @ 2023-10-04 15:23 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111688

Martin Jambor <jamborm at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2023-10-04

--- Comment #4 from Martin Jambor <jamborm at gcc dot gnu.org> ---
OK, so now confirmed (on gcc120 from compile farm) but it also fails with
14d0c509898 reverted.  I'll try reverting 1be18ea110a instead.

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

* [Bug bootstrap/111688] [14 regression] bootstrap failure after r14-4383-g14d0c509898b03
  2023-10-04  2:27 [Bug bootstrap/111688] New: [14 regression] bootstrap failure after r14-4383-g14d0c509898b03 seurer at gcc dot gnu.org
                   ` (4 preceding siblings ...)
  2023-10-04 15:23 ` jamborm at gcc dot gnu.org
@ 2023-10-04 17:20 ` jamborm at gcc dot gnu.org
  2023-10-05  9:43 ` [Bug bootstrap/111688] [14 regression] bootstrap failure after r14-4382-g1be18ea110a2d6 jamborm at gcc dot gnu.org
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: jamborm at gcc dot gnu.org @ 2023-10-04 17:20 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111688

--- Comment #5 from Martin Jambor <jamborm at gcc dot gnu.org> ---
Yeah, that seems to be it.  If I cannot fix this tomorrow I'll revert the patch
from master.

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

* [Bug bootstrap/111688] [14 regression] bootstrap failure after r14-4382-g1be18ea110a2d6
  2023-10-04  2:27 [Bug bootstrap/111688] New: [14 regression] bootstrap failure after r14-4383-g14d0c509898b03 seurer at gcc dot gnu.org
                   ` (5 preceding siblings ...)
  2023-10-04 17:20 ` jamborm at gcc dot gnu.org
@ 2023-10-05  9:43 ` jamborm at gcc dot gnu.org
  2023-10-05 12:10 ` cvs-commit at gcc dot gnu.org
  2023-10-05 12:12 ` jamborm at gcc dot gnu.org
  8 siblings, 0 replies; 10+ messages in thread
From: jamborm at gcc dot gnu.org @ 2023-10-05  9:43 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111688

Martin Jambor <jamborm at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[14 regression] bootstrap   |[14 regression] bootstrap
                   |failure after               |failure after
                   |r14-4383-g14d0c509898b03    |r14-4382-g1be18ea110a2d6

--- Comment #6 from Martin Jambor <jamborm at gcc dot gnu.org> ---
As expected, it is an -fcompare-debug failure:

jamborm@gcc120:/run/user/61070/obj/powerpc64le-unknown-linux-gnu/libstdc++-v3/src$
/run/user/61070/obj/./gcc/xgcc -shared-libgcc -B/run/user/61070/obj/./gcc
-nostdinc++
-L/run/user/61070/obj/powerpc64le-unknown-linux-gnu/libstdc++-v3/src
-L/run/user/61070/obj/powerpc64le-unknown-linux-gnu/libstdc++-v3/src/.libs
-L/run/user/61070/obj/powerpc64le-unknown-linux-gnu/libstdc++-v3/libsupc++/.libs
-B/home/jamborm/gcc/mine/inst/powerpc64le-unknown-linux-gnu/bin/
-B/home/jamborm/gcc/mine/inst/powerpc64le-unknown-linux-gnu/lib/ -isystem
/home/jamborm/gcc/mine/inst/powerpc64le-unknown-linux-gnu/include -isystem
/home/jamborm/gcc/mine/inst/powerpc64le-unknown-linux-gnu/sys-include
-I/run/user/61070/obj/powerpc64le-unknown-linux-gnu/libstdc++-v3/include/powerpc64le-unknown-linux-gnu
-I/run/user/61070/obj/powerpc64le-unknown-linux-gnu/libstdc++-v3/include
-I/run/user/61070/src/libstdc++-v3/libsupc++ -std=gnu++98 -fPIC -DPIC
-fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2
-fdiagnostics-show-location=once -ffunction-sections -fdata-sections
-frandom-seed=compatibility-ldbl.lo -mno-gnu-attribute -g -O2 -D_GNU_SOURCE
-mlong-double-64 -mno-gnu-attribute -c
/run/user/61070/src/libstdc++-v3/src/c++98/compatibility-ldbl.cc  -fPIC -DPIC
-D_GLIBCXX_SHARED -o .libs/compatibility-ldbl.o -fcompare-debug
xgcc: error: /run/user/61070/src/libstdc++-v3/src/c++98/compatibility-ldbl.cc:
‘-fcompare-debug’ failure

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

* [Bug bootstrap/111688] [14 regression] bootstrap failure after r14-4382-g1be18ea110a2d6
  2023-10-04  2:27 [Bug bootstrap/111688] New: [14 regression] bootstrap failure after r14-4383-g14d0c509898b03 seurer at gcc dot gnu.org
                   ` (6 preceding siblings ...)
  2023-10-05  9:43 ` [Bug bootstrap/111688] [14 regression] bootstrap failure after r14-4382-g1be18ea110a2d6 jamborm at gcc dot gnu.org
@ 2023-10-05 12:10 ` cvs-commit at gcc dot gnu.org
  2023-10-05 12:12 ` jamborm at gcc dot gnu.org
  8 siblings, 0 replies; 10+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2023-10-05 12:10 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111688

--- Comment #7 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Martin Jambor <jamborm@gcc.gnu.org>:

https://gcc.gnu.org/g:1f7295af6029b6497e9928fe279fd166b94ce2c2

commit r14-4413-g1f7295af6029b6497e9928fe279fd166b94ce2c2
Author: Martin Jambor <mjambor@suse.cz>
Date:   Thu Oct 5 14:08:47 2023 +0200

    Revert "ipa: Self-DCE of uses of removed call LHSs (PR 108007)"

    This reverts commit 1be18ea110a2d69570dbc494588a7c73173883be.

    As reported in PR bootstrap/111688, it broke ppc64le bootstrap because
    of a debug-compare failure.

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

* [Bug bootstrap/111688] [14 regression] bootstrap failure after r14-4382-g1be18ea110a2d6
  2023-10-04  2:27 [Bug bootstrap/111688] New: [14 regression] bootstrap failure after r14-4383-g14d0c509898b03 seurer at gcc dot gnu.org
                   ` (7 preceding siblings ...)
  2023-10-05 12:10 ` cvs-commit at gcc dot gnu.org
@ 2023-10-05 12:12 ` jamborm at gcc dot gnu.org
  8 siblings, 0 replies; 10+ messages in thread
From: jamborm at gcc dot gnu.org @ 2023-10-05 12:12 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111688

Martin Jambor <jamborm at gcc dot gnu.org> changed:

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

--- Comment #8 from Martin Jambor <jamborm at gcc dot gnu.org> ---
I have reverted the offending commit, ppc64le bootstrap should be restored
(which I also tested, though only with C and C++ to speed it up).  Sorry for
the breakage.

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

end of thread, other threads:[~2023-10-05 12:12 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-04  2:27 [Bug bootstrap/111688] New: [14 regression] bootstrap failure after r14-4383-g14d0c509898b03 seurer at gcc dot gnu.org
2023-10-04  9:57 ` [Bug bootstrap/111688] " rguenth at gcc dot gnu.org
2023-10-04 13:28 ` jamborm at gcc dot gnu.org
2023-10-04 13:45 ` jamborm at gcc dot gnu.org
2023-10-04 13:54 ` seurer at gcc dot gnu.org
2023-10-04 15:23 ` jamborm at gcc dot gnu.org
2023-10-04 17:20 ` jamborm at gcc dot gnu.org
2023-10-05  9:43 ` [Bug bootstrap/111688] [14 regression] bootstrap failure after r14-4382-g1be18ea110a2d6 jamborm at gcc dot gnu.org
2023-10-05 12:10 ` cvs-commit at gcc dot gnu.org
2023-10-05 12:12 ` jamborm at gcc dot gnu.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).