From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id EA1413858D35; Thu, 22 Jun 2023 09:55:34 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org EA1413858D35 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1687427734; bh=cl4bY5o+ogy5qLoFhC+YmZ/Wv66IimlwaLmcfshAb28=; h=From:To:Subject:Date:In-Reply-To:References:From; b=T7atPt8qyQvevr+HfnG/8rnVmMkeO8fKK97ZPt81w0RTJYe2Ywr8AUdS5R5otpv1O Tw8Kr5V/BU5wmYNp8yT8n8x/ZZ3AJ0DmgYIXrr0WbEL4TIMAT5A7FJfldc+onxou22 JmzuMQ1J7dKRTvo1EScf92KS/tQOuWFBILck0vyw= 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 09:55:32 +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: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: rguenth 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 #13 from Sergei Trofimovich --- The fix fixes llvm-12 build for me. Thank you!=