From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 4868A385840F; Tue, 21 Feb 2023 13:15:59 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4868A385840F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1676985359; bh=qOgl8J8rSma60KOAl2nNXDDbcUtzpm6QVq/TzgWHlR4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=QR5ESjvShWW0M54HJAU9CKjle/CuAimDDwqKsWP6BtpwWkjk6HT1QafXI4HvabspG lvN7t/mAiTrLWo/JNOBcMqNRgxBUhBaFyqKRysyfO3vVeBH0Yf+68q8eO5l2QopxlH Un8WgCvEeuydGVP2Fjwhty3LXZid97OrRzGqpKfo= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/108367] [12/13 Regression] ICE: verify_ssa failed (error: definition in block 4 does not dominate use in block 3) since r12-5138-ge82c382971664d6f Date: Tue, 21 Feb 2023 13:15:59 +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-on-valid-code, openacc 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: 12.3 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: priority 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=3D108367 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P3 |P2=