From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 9770738582B2; Thu, 22 Sep 2022 12:41:46 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9770738582B2 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1663850506; bh=KZFTX124HjqAiSJ+WTiB/txKSpZGDlye3QIdmBTH8vA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=pcnY7TYPzSxqV5tNKhekltGwn4ZCJXxxuxOgZRAh4tgwUuu7htHFdwyC3ElkttXsR cZc7YZaVLEYzHvfcd4toIDKE2TmH/8tm9eVS6bQ6B1DSR6UZ3q1k4NZf0lvRKQVWiw aw9RSSrptKoD0sIgjcJBJSw5czvk/U3LdGxPxn0E= From: "dmalcolm at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/106830] [13 Regression] ICE: in tree_to_uhwi, at tree.cc:6392 (from check_for_xor_used_as_pow) since r13-2386-gbedfca647a9e9c1a Date: Thu, 22 Sep 2022 12:41:39 +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: 13.0 X-Bugzilla-Keywords: ice-on-valid-code, patch X-Bugzilla-Severity: normal X-Bugzilla-Who: dmalcolm at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: dmalcolm at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution 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=3D106830 David Malcolm changed: What |Removed |Added ---------------------------------------------------------------------------- Status|WAITING |RESOLVED Resolution|--- |FIXED --- Comment #7 from David Malcolm --- (In reply to CVS Commits from comment #6) > The master branch has been updated by David Malcolm : >=20 > https://gcc.gnu.org/g:86254629b636db579616befde49022f098af8148 >=20 > commit r13-2773-g86254629b636db579616befde49022f098af8148 Should be fixed by this commit; I've verified the original reproducer using valgrind. Sorry again about the breakage.=