From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id CF8CD3858D32; Mon, 12 Jun 2023 17:32:19 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CF8CD3858D32 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1686591139; bh=Tazhw+tx5xUAy+KDq3eBLs01QLMPkwi9VWGHUavbLj0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=qmQVvfbiFM6+r3LRIH6BKn+Ex3fckKBLRXdD3yA6OJ88mtRViRIraPp7oQ1jxVpQY ss7Xf2S5f0yZ4cHNFV/D/jkdSn4jdUtrwvA20fbCksoFDv/oe9xrD4dY5fCdBv5kd1 gNlSum/hZN6oswNsFf84x77xPP+L2WL2xheFBmA0= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/110228] [14 Regression] llvm-16 miscompilation on small case switch, minimized Date: Mon, 12 Jun 2023 17:32:19 +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: pinskia at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status cc cf_reconfirmed_on everconfirmed 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 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW CC| |pinskia at gcc dot gnu.org Last reconfirmed| |2023-06-12 Ever confirmed|0 |1 --- Comment #3 from Andrew Pinski --- I am 99% sure this was exposed by r14-1597-g64d90d06d2db43538c8a45 .=