From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 0476E385DC02; Fri, 3 Apr 2020 10:21:01 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0476E385DC02 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1585909262; bh=PsUxSLW8ZQjnSXz6CojisQl6UysA+o+2btpoLerVgk4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Kv/T2D0wUdih3tEoPyGP35YsG49++Wz4Hp40PTmtr0yYJpNYVu8BtdZ3taPKY6CmJ a4XR5gkfCgID9AnlPorryXARpX/nYRs7GMadu9ulcayXY/Ue1eKqjUuoD16TSeys8p GvvmblABQU1wtjmJeFmkKg4E4r6wldnwhHsf76g0= From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug rtl-optimization/93264] [10 Regression] ICE in cfg_layout_redirect_edge_and_branch_force, at cfgrtl.c:4522 Date: Fri, 03 Apr 2020 10:21:01 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: rtl-optimization X-Bugzilla-Version: 10.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: jakub at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 10.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 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Apr 2020 10:21:02 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D93264 --- Comment #15 from Jakub Jelinek --- And I agree having such a named patterns (but also with standardized RTL in= it, so that jump.c can recognize those and redirect) looks like a good idea, we could then enable partitioning if HAVE_LONG_UNCOND_BRANCH or this named pat= tern exists and disable otherwise, and targets could then enable it one by one at their own pace.=