From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 99683385841D; Tue, 4 Jul 2023 09:18:13 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 99683385841D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1688462293; bh=JIcCbJVGn959VTnhd1GoPwbZ3owtV9x5iFFcKljSUgU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=KF7v3gNUAqxfOfgIIWJp3T6GqiG/MY5avzPVtA+A3smZYx4+Blqpb8u8mTA+QbzoA dkbiSVg0ijgjlc5G9BtD3isK8Rvc0FLkvW7dqHFdt4zthKohdnSfJF98KxNyiM8BMP XwFVdUwKeb3zJr8oxwOfH43LyOjKxnTLpRF5Zm4M= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/110228] [13/14 Regression] llvm-16 miscompiled due to an maybe uninitialized variable Date: Tue, 04 Jul 2023 09:18:13 +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: normal X-Bugzilla-Who: rguenth at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: rguenth at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.2 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: priority 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=3D110228 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P3 |P2 --- Comment #29 from Richard Biener --- I can't reproduce the original failure on trunk or with GCC 13.1, but the testcase from comment#16 is now fixed. I also cannot reproduce the testcase from comment#21 before the fix. Can people double-check this is now fixed, maybe also on the branch when th= is fix is cherry-picked? Thanks.=