From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 9F04D385E02C; Wed, 10 Jan 2024 09:57:48 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9F04D385E02C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1704880668; bh=CDT+h7oU0KLieWYf9Z9RHD2AoBoD81/8b94vs3nTlXQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=k/TPkrBqGa0J/ctra+xaFwTtTZem6QcZtVy4nwJx4uI7cuUqAK6uxuO1X5dhPz58a ezRGOtalB2Zoz0qFIJHmSAAuPY+g9/C+ozUVZ3MUp+yOg4JAMfVVLgqyaShUcIcH4g m+KIUMwuhZMolnKHofSzExPJdbiZQcD32BAXz64g= From: "acoplan at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/113077] [14 Regression] ICE in dwarf2out_frame_debug_cfa_offset with `-O2 -fstack-protector-strong -fstack-clash-protection` Date: Wed, 10 Jan 2024 09:57:47 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: ice-on-valid-code, patch X-Bugzilla-Severity: normal X-Bugzilla-Who: acoplan at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: acoplan at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.0 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=3D113077 --- Comment #10 from Alex Coplan --- Testing a v2 patch that addresses the review feedback.=