From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 8EA7F385840E; Tue, 31 Oct 2023 21:15:30 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8EA7F385840E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1698786930; bh=gJPzHkhGG5AtIyQHjTjNHITr2qX4cuUC3vER0eF+OMo=; h=From:To:Subject:Date:In-Reply-To:References:From; b=aXCvkL5c78STNVNIkehzEmVlP0CG6OOrXRP6KY656eVQZviqzalIpzrPiZ7fVDvqq mQFI3xzt/XhQ9XWOxTjNB3crY7qEkL4MkcRyHUzmYhXPsChM9FhnB/vGlPu3NU9ZeH TJk3qmWDw9FmUBU5AVgl6ir28t++ruUh/+/xF5GI= From: "tkoenig at gcc dot gnu.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:15:30 +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: tkoenig 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: 11.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=3D111921 Thomas Koenig changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tkoenig at gcc dot gnu.org --- Comment #2 from Thomas Koenig --- gcc 6 to 13 have "confused by earlier errors, bailing out". The segfault starts occuring in gcc-14.=