From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 7BA3B3858D3C; Fri, 2 Jun 2023 11:48:04 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7BA3B3858D3C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1685706484; bh=hbKBRo1LnERHrWKlq5hSD68Pm9VXAoZF0LzybKOrU+A=; h=From:To:Subject:Date:In-Reply-To:References:From; b=HgKERFf+JbXFZ/jar/CkMudOyBl54JYDgangknJCAuXDalY2D8SphSmqI3GUZYC6P wdqEaFtMCLKDIPyliBjVyL2HeXrDfPsz8elaVFxG1F0rAkvtUGPmYdiET35teen9pZ rzhtUgaA35p9bUaXQJwRTqpdsV9vIlbrRsPb8ueg= From: "yancheng.li at foxmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug rtl-optimization/110079] [10/11/12/13/14 Regression] ICE with -freorder-blocks-and-partition and inline-asm goto Date: Fri, 02 Jun 2023 11:48:04 +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: 14.0 X-Bugzilla-Keywords: ice-on-valid-code, inline-asm X-Bugzilla-Severity: normal X-Bugzilla-Who: yancheng.li at foxmail dot com 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: 10.5 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=3D110079 --- Comment #2 from yancheng.li at foxmail dot com --- I want to try to solve this problem, but I am not very familiar with RTL optimization. Could someone give me some guidance? For example, is this an omission in the reorder-blocks-and-partition optimization, or another reason?=