From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 764BD385842E; Sun, 16 Apr 2023 03:18:33 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 764BD385842E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1681615113; bh=5BzN2fgKgyiFKKh8mMRxHRSFrrc6IZRq/4W/BSPPsPs=; h=From:To:Subject:Date:In-Reply-To:References:From; b=uGcfHQB+yPmI30fcfvdUWDpRHis6eOJl5nRYSyRSsK/aEoKEA8qS/xXqKoh9Y1j3x v/FoNf0ZVpgL1sPNsLMUeVL0nod0qPkL8Sm0PE63z5c5Bzi6W1/vHp55xh0kpmkHbY UxOxW1f2bMmDpUF6JU7ZZSmrD4MEZ9e9djEW1LUg= From: "sjames at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug rtl-optimization/104989] [10/11 Regression] ICE in rtl_verify_bb_insns, at cfgrtl.cc:2797 (error: flow control insn inside a basic block) Date: Sun, 16 Apr 2023 03:18: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: 12.0 X-Bugzilla-Keywords: error-recovery, ice-on-invalid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: sjames at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: jakub at gcc dot gnu.org X-Bugzilla-Target-Milestone: 10.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc 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=3D104989 Sam James changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sjames at gcc dot gnu.org --- Comment #8 from Sam James --- (In reply to CVS Commits from comment #7) > The master branch has been updated by John David Anglin > : >=20 > https://gcc.gnu.org/g:4f1c5e54d782b26304b0095ffb3ceb4c92c3c78d >=20 > commit r13-7194-g4f1c5e54d782b26304b0095ffb3ceb4c92c3c78d > Author: John David Anglin > Date: Sat Apr 15 17:02:44 2023 +0000 >=20 > Fix handling of large arguments passed by value. >=20=20=20=20=20 > 2023-04-15 John David Anglin >=20=20=20=20=20 > gcc/ChangeLog: >=20=20=20=20=20 > PR target/104989 > [...] This was for PR109478 instead.=