From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 135763858D35; Mon, 7 Nov 2022 10:33:12 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 135763858D35 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1667817192; bh=R9j5CSgXp0CmooC4fSMVSVRdln6hdxprsN39ITrEy6Q=; h=From:To:Subject:Date:In-Reply-To:References:From; b=n0dOuQle7iuFfzYVX8N75Fx4MSpCEjB2Zd1sjxLRNOyCipF2PwJRCCoJqxskhEq/d s2YU6ezQgyfOVlxsEV8Oe1R1cza2sNy/4ZORQtb6uSDc0ZXPeGJMnFlI0fGhSkKgVl kVsJSZNxp7aQhjEEeCWpQX6xdQCeietXJWlhFDkM= From: "acoplan at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug debug/100523] [11/12/13 Regression] armv8.1-m.main -fcompare-debug failure with -O -fmodulo-sched -mtune=cortex-a53 Date: Mon, 07 Nov 2022 10:33:11 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: debug X-Bugzilla-Version: 12.0 X-Bugzilla-Keywords: compare-debug-failure X-Bugzilla-Severity: normal X-Bugzilla-Who: acoplan 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: 11.4 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=3D100523 --- Comment #4 from Alex Coplan --- Looks like it also falls over with this testcase: int main_j; long x; int main() { long crc =3D x; for (; main_j; main_j--) if (crc) crc =3D crc >> 1 ^ 20; } which fixes the uninitialized use=