From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 184543857C42; Wed, 6 Dec 2023 09:02:48 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 184543857C42 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1701853369; bh=HLg4xhG1KvZfgVFf1+37sX1QjAbUwV9QivKHX3W/ClI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=W4YSYITlyTWdX4HfsZh7h+HA7Anc3RhN46CoBDUx9GNxXtI4GlS4MQYN/jmYg0w5A RkEeRdP3pOMp3lL2a7K5lmzQo6oQoTqGPMTTLS1ruyh2n3DdCjiN8gMxPYTGJFbxbI hq+yZw77YPk57q5CRKV9MaT4JSDxzJvNu4YZf1vo= From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/112572] [14 regression] LLVM miscompiled since r14-5355-g3cd3a09b3f91a1 Date: Wed, 06 Dec 2023 09:02:48 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: blocker X-Bugzilla-Who: jakub at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: 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 --- Comment #33 from Jakub Jelinek --- This should be now hopefully latent after r14-6210-ge44ed92dbbe9d4e5c23f486cd2f77a6f9ee513c5, we need to decide about= the updating and usability of REG_UNUSED notes, but after moving the pass it shouldn't trigger on this testcase.=