From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D91673858C50; Tue, 1 Nov 2022 08:16:33 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D91673858C50 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1667290593; bh=p2J9DsKSwfpK9cuVVDoWy0F2I1Kf/M2XUs4XPf1GEkQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=lV+YPApbK0J2oVb/rldkv9DCHfJ5jbBGVb+jj4/bT2fsNMionfUCV9EYqb11X2EnD Q82zOKC1Za0pkAuq6RjzQNZaJ2oMgMaGe6LTwjshI0TFA8P2f+nKaedxeqaM5zLmCx wQdt0ogPJfqN2HrV+q6nSN95zZ0Qk+/GfVz4oQgk= From: "linkw at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug rtl-optimization/90259] ICE: verify_flow_info failed (error: missing REG_EH_REGION note at the end of bb 4) Date: Tue, 01 Nov 2022 08:16:32 +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: 9.0 X-Bugzilla-Keywords: EH, ice-checking, ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: linkw 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: --- 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=3D90259 --- Comment #6 from Kewen Lin --- (In reply to Arseny Solokha from comment #5) > Created attachment 53808 [details] > -mdebug=3Dtarget dump >=20 > (In reply to Kewen Lin from comment #4) > > Could you provide one dump file for -mdebug=3Dtarget? >=20 > I've attached the full dump. Thanks! Confirmed, it needs one more option -mlong-double-128 on my side for reproducing this.=