From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 8D30F385E037; Sat, 17 Feb 2024 13:40:02 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8D30F385E037 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1708177202; bh=woS0+4taR+SmGHcj+Q9eLDON+XsI4ktU4jknq1BwW1M=; h=From:To:Subject:Date:From; b=e1StXn0wugFJAmHiHBOJDWOb9FC4AT5TITQJtOM/TZsIOGorld320QXamreK8CI4L i+PRowTo/OPsKSXLJRNc0TmueeW2qMTCgNakSgvCdfyw+8U2GdQuDsKb26uOr7xrlM lX8h1GiZDk4jzLMy5P8vRtsBdoK33NB6AUesXeF0= From: "iains at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug pch/113970] New: [14 Regression] pch/system-{1,2}.C fails on darwin Date: Sat, 17 Feb 2024 13:40:02 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: pch X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: needs-bisection, wrong-code 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 keywords bug_severity priority component assigned_to reporter 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=3D113970 Bug ID: 113970 Summary: [14 Regression] pch/system-{1,2}.C fails on darwin Product: gcc Version: 14.0 Status: UNCONFIRMED Keywords: needs-bisection, wrong-code Severity: normal Priority: P3 Component: pch Assignee: unassigned at gcc dot gnu.org Reporter: iains at gcc dot gnu.org Target Milestone: --- Target: *-darwin* somewhere between r14-8885 and r14-9043 FAIL: g++.dg/pch/system-1.C -g assembly comparison FAIL: g++.dg/pch/system-1.C -O2 -g assembly comparison FAIL: g++.dg/pch/system-2.C -g assembly comparison FAIL: g++.dg/pch/system-2.C -O2 -g assembly comparison lots of lines like: line #354 < .long 0x11ac1 > .long 0x11ac2 line #691 < .uleb128 0x22 > .uleb128 0x21 line #703 < .uleb128 0x22 > .uleb128 0x21 line #805 < .uleb128 0x22 > .uleb128 0x21 presumably something has changed size or alignment.=