From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A1BE3385E82D; Fri, 17 May 2024 14:20:38 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A1BE3385E82D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1715955638; bh=I1OrOBPAb1FzRCjrhnFlg8S1bBIelP1qBmO6My4SjJQ=; h=From:To:Subject:Date:From; b=yPXQ6tKutAcvRppmoaviXM2cJ84nf/80tjabhB/JauBjd67ZqJEKktza1cxuT580s s/1XQwl7T/EHF96CyFH80YZ4qxhPIkxIG7b35JSfq4+Yx9+CygkMFqIfia5K4kQg4U wOipn6pRIoGgowmMUoB8KXpCUTqGsEmeQhEOUHi4= From: "iains at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/115138] New: [15 Regression] Bootstrap compare-debug fail after r15-580-gf3e5f4c58591f5 Date: Fri, 17 May 2024 14:20:38 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: iains at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter cc target_milestone cf_gcctarget Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D115138 Bug ID: 115138 Summary: [15 Regression] Bootstrap compare-debug fail after r15-580-gf3e5f4c58591f5 Product: gcc Version: 14.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: tree-optimization Assignee: unassigned at gcc dot gnu.org Reporter: iains at gcc dot gnu.org CC: rguenth at gcc dot gnu.org Target Milestone: --- Target: x86_64-darwin The compare fail is a symbol name mismatch (AFAICT) the code is otherwise identical. a single fail fails gcc/d/opover.o There's: .const _CSWTCH.155: .byte 38 .byte 37 .byte 40 .byte 39 where the stage1 compiler (and x86_64 Linux) produces _CSWTCH.154 At present, still trying to figure out how to debug this further .. it's D = so no preprocessed output - I guess will have to try tree dumps.=