From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 25BC33858C54; Sun, 22 Oct 2023 01:54:31 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 25BC33858C54 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1697939671; bh=LFTTjn5xLLvaa9oppU5V7p4hLv5/CO4SLRlZEDVDBfA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Ec7k00J+C0ivtwrhQuboiOa53YZ5ZSDMDqZzfIS7c/5IgXF0wsH/ip0WCEvSqlBuV F47cIsCElAfotkqjgRxdTOBOMq3nDQk4tfZEuccob/WWmeNjz/+gPXADbRsat3coHd 49lNWy+ObF2T3xtoFuUHgq2oar4BC2aFNUG3DsRY= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/111911] [11/12/13/14 Regression] ICE with integer overflow converting to _Bool Date: Sun, 22 Oct 2023 01:54:30 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c 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: 11.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cf_known_to_fail target_milestone keywords cf_known_to_work short_desc 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=3D111911 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Known to fail| |10.1.0, 11.1.0, 8.4.0, | |9.3.0, 9.4.0 Target Milestone|--- |11.5 Keywords| |ice-on-valid-code Known to work| |7.1.0, 8.3.0, 9.1.0, 9.2.0 Summary|GCC: 14: internal compiler |[11/12/13/14 Regression] |error: internal compiler |ICE with integer overflow |error: in gimplify_expr, at |converting to _Bool |gimplify.cc:17510 |=