From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E885C3858D33; Tue, 17 Oct 2023 05:37:06 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E885C3858D33 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1697521026; bh=O6NFRyf4MG31jQLo1EcqwhECcmciN4uuzYEM3QpOZxY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=fyuGGaNgaMuLvrv2vYIMs5fklqKFEdporqNKFonyRYzRNO6Aq4bHVUPYZ5/1YERC3 B0P5b/KFxqwTzn03v99LfFwITOlbyTvFDTqfx+u8578/i8yUYbc5xCIISIuNKE/rgo S0u3QRiPMJejMBkg38vb6iKCJf/MnhYWyzUZ96To= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/111845] [14 regression] ICE when building pycryptodome Date: Tue, 17 Oct 2023 05:37:06 +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: ice-on-valid-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: attachments.created 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=3D111845 --- Comment #1 from Andrew Pinski --- Created attachment 56126 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D56126&action=3Dedit Reduced testcase I am not a fan of this reduced testcase since it depends on uninitialized variables.=