From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A5CD53858D37; Thu, 22 Jun 2023 06:08:36 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A5CD53858D37 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1687414116; bh=BCq/cZOTY46K06MXD9Sx4WshL9N9MVfss0db8Ig/gT4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Bia/FskIAF4YsW3nnL7nIkbJbSNXvfFrSEz30lH7uLp6OW5LmsPZgqMHQ2/onlxiI CF+/tWnUaEtBABxK/3fbVzyYFMpI42UZ4BiR/xpeXbb29nJr+eSsiS5VoKJ1WKfeQH lpiXOSN8Xde6ihUwECYnXSgw249uS6ykf/2OYPmc= From: "slyfox at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/110332] [14 regression] ICE in dominated_by_p when building LLVM with -O3 Date: Thu, 22 Jun 2023 06:08:35 +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: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: slyfox at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.0 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=3D110332 --- Comment #9 from Sergei Trofimovich --- (In reply to Andrew Pinski from comment #2) > Either r14-1981 or r14-1951 Reverting r14-1981-g85107abeb71bbf restores llvm-12 build for me.=