From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 396AB3858D32; Thu, 16 Nov 2023 20:06:23 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 396AB3858D32 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1700165183; bh=D4k5drZqsFmLQyQFFMoWud7d4r3tlX2HNmlxwKWdGZg=; h=From:To:Subject:Date:From; b=vBgXA+lddQvC/m1tjypf2JdUxlk3T/rmBSftXnhxueQTlGeCqfaGTmppfrI8+RgTY HxlROtYUH+DizQGBpxN6NvEkrH3Bs1f3CnHtEi0/TpVhO1NXYd3nRmuecqiwoLG2Sz 51tv3cNeDdJkkJHpjJSvXScEE53UmubWl8GQJX3Y= From: "sjames at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/112572] New: [14 regression] LLVM miscompiled since r14-5355-g3cd3a09b3f91a1 Date: Thu, 16 Nov 2023 20:06:22 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: sjames 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 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=3D112572 Bug ID: 112572 Summary: [14 regression] LLVM miscompiled since r14-5355-g3cd3a09b3f91a1 Product: gcc Version: 14.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: middle-end Assignee: unassigned at gcc dot gnu.org Reporter: sjames at gcc dot gnu.org CC: jakub at gcc dot gnu.org, rsandifo at gcc dot gnu.org, slyfox at gcc dot gnu.org Target Milestone: --- LLVM's test suite has many failures for me with trunk. CCing jakub because he was able to run with the test failure in PR109462 and I've got a very poor track record with being able to reduce LLVM, ditto sly= fox as he has a great track record with reducing LLVM (PR110228, PR110726, PR110598). This bisects to the same commit as PR112568 does (r14-5355-g3cd3a09b3f91a1). I'll add some (large) reproduction instructions in a minute.=