From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 8B7C63858D33; Mon, 12 Jun 2023 17:27:04 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8B7C63858D33 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1686590824; bh=mn6nrgeZhZzRz+0RhaqBTXbQofFZ1yjTF6pcEbV1EDA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=s/IlEthI5NJbLbk1qtOQxLrrWqBU8W5V73KPEqhbmuWiIZMzWoGy8WrZskfVu5K4G sc9enqdbUOJeJoK38QXFUu5q2X9jhD8X5XOU3yCoxK99mTURvUu8OTjoEioeF7qroA sE7cZvIXuqHxat32A3QWVW/AGMnTHa63/DoxHH/Y= 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:27:04 +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: UNCONFIRMED 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: keywords target_milestone 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 ---------------------------------------------------------------------------- Keywords| |wrong-code Target Milestone|--- |14.0 --- Comment #1 from Andrew Pinski --- This has to do with uninitialized variables ....=