From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D3125385840D; Sat, 20 Jan 2024 08:07:27 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D3125385840D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1705738047; bh=2A2oWjNxskpWbrbUsHKFNXvNS1SBfP7pH4IR2y9ubrE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=oo5PBgwGMoxAS6ogmLUsgTOpO8VbhWiY0kXlWYQPj/6BHiwTKx+Q/KegV02p3SmLh tESjKUCf3dNcM5VptQ7sN4TOi98Cjx+pbsFa6miK/bf0rMWIf0QfwAOCUwgY6T/Dwf E+kgy7017NjW/3xHbyyMgzciyDAYuHW18BCfax9M= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/113518] ICE: in gimplify_expr, at gimplify.cc:18596 with atomic_fetch_or_explicit() on _BitInt() Date: Sat, 20 Jan 2024 08:07:27 +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: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: everconfirmed component cf_reconfirmed_on bug_status 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=3D113518 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Component|tree-optimization |c Last reconfirmed| |2024-01-20 Status|UNCONFIRMED |NEW --- Comment #1 from Andrew Pinski --- Confirmed. There is a leaking c_maybe_const_expr from the front-end to the gimplifier.=