From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B06FF396E865; Thu, 20 Oct 2022 09:31:52 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B06FF396E865 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1666258312; bh=o9uyo+nBhClQc4f9+lXpTiJgo+Ct9/b7YbH9TjF6UzA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=EigQq4SORH+gMc8/4whP1coTiJp76AQ7nvc2nQuqGqytCzcEmfKTveKl4XqmXR+CN Xn2LF89bBuxG8j8pBGzJqWHwwqix8Vl2/abek1D/RjSrE3RcDnYwtaX1iqyxwnF9tp y5487DqO84n/M5ggkH9AsrmWTcOLGOIs9GaiyamA= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/107306] [12/13 Regression] ICE: verify_gimple failed Date: Thu, 20 Oct 2022 09:31:52 +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: X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status target_milestone cf_known_to_work 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=3D107306 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Target Milestone|12.3 |13.0 Known to work| |13.0 Resolution|--- |FIXED --- Comment #4 from Richard Biener --- Fixed by reporting it as error only. Not going to backport, -fgimple is for dev only.=