From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D6C463858D35; Tue, 26 Dec 2023 14:14:50 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D6C463858D35 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1703600090; bh=vx4WhOHm/srRqTOyWcqshbrZ3ROqIW4ApGp1Kfdk1ws=; h=From:To:Subject:Date:In-Reply-To:References:From; b=COG0tXQ7SqBZDohpzi8W357yprcUHedMRIcq/Bl/NO5UHioXOIV9tjPZQB8TMrCz6 0mMAc3z+FckrAN3I8sTbstTKzbTtlmHRM5ESyEyzxxprerKieLfD0ZqdukLVf67/jI w9nBhzsHiWkNhjR4G2DYLEIRP9TEM8lNHFieu/Dk= From: "tnfchris at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/113144] [14 regression] ICE when building dpkg-1.21.15 in verify_dominators (error: dominator of 9 should be 48, not 12) Date: Tue, 26 Dec 2023 14:14:50 +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: 14.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: tnfchris at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED 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: 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=3D113144 --- Comment #3 from Tamar Christina --- loop has weird shape, peeling should have recalculated all dominators but s= eems to have missed one. Will fix tomorrow when back at work.=