From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id EA94B3858D37; Tue, 11 Apr 2023 12:31:24 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org EA94B3858D37 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1681216284; bh=iHZn4f1PYO+lg6QvnsG7jPNrewnDYkrys6ZWV5qwBAs=; h=From:To:Subject:Date:In-Reply-To:References:From; b=KJVwpcXu82OhJhZi8ZPpfWCE6jWmAtdED/SbQVNOYBaWl9cjIhdPcj7qgiqGFcJqX TBIQx3r/CBEv2vrlFddinU1Zwn7Sh4O5z+6vWRDr8p7UQCutZ3j3Hbe7k/jVB0/2Cn SyqImXRXVXYX2wYA0GCul9/CZ092T9L7Ktr5DKus= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/109410] [13 Regression] ICE: verify_flow_info failed Date: Tue, 11 Apr 2023 12:31:24 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: ice-checking, ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc priority cf_reconfirmed_on everconfirmed 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=3D109410 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jakub at gcc dot gnu.org, | |rguenth at gcc dot gnu.org Priority|P3 |P2 Last reconfirmed| |2023-04-11 Ever confirmed|0 |1 Status|UNCONFIRMED |NEW --- Comment #3 from Richard Biener --- Confirmed. ISTR we did have another issue like this Jakub fixed recently? [local count: 1073741824]: + _4 =3D x_7(D) > 41; baz (x_7(D), y_8(D)); goto ; [99.96%] @@ -101,9 +141,8 @@ [local count: 1073312329]: _1 =3D y_8(D) !=3D 0; _2 =3D x_7(D) =3D=3D 42; - _3 =3D _1 | _2; _12 =3D x_7(D) > 42; - _10 =3D _3 | _12; + _10 =3D _4 | _1; _13 =3D (int) _10; return _13;=