From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 822573858418; Tue, 31 Oct 2023 21:59:55 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 822573858418 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1698789595; bh=kS/38BHLszQOXdK3E7x36FpSScVtNt5CMevJA6wLNKY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=L+eJqRPxCEdEphmWywgfF+dTbay4xEkZOWiHifs6cdd72NMvjYVz6DCwNUT18ipJm 25MGcpiKzGw6VkxP5Yv4/uVDW+o8fTGQjpvRzOsjqkZNoES4/p+j6n9CL44Knb8j0v YsJouG+kc5zknfdpCHzGGKYODi28r3PMexhHxifA= From: "schwab@linux-m68k.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/111921] [11/12/13/14 Regression] ICE with nested function after an error Date: Tue, 31 Oct 2023 21:59:55 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: error-recovery, ice-checking, ice-on-invalid-code, needs-bisection X-Bugzilla-Severity: normal X-Bugzilla-Who: schwab@linux-m68k.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: 11.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=3D111921 --- Comment #3 from Andreas Schwab --- This is the effect of --enable-checking=3Drelease.=