From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id CC47D3858CDA; Mon, 5 Feb 2024 17:31:19 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CC47D3858CDA DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1707154279; bh=JST9ZvGefks4nV76YnW00TjD0ZmcLZ6lfnt12f8Teps=; h=From:To:Subject:Date:In-Reply-To:References:From; b=WF38Q59oXEfMZtWtMUOadKusoEggdNvOpcapJ9NpS36J9zWHt7gYT8Me+A28wr+x8 d6U8TxQ9UrmE9NgUSiOL6lT5+6TBBBgFFDaTEXS1aCWikWnSEzodxJ1AHLgmOiSqTU A1nVgtT1Ig5YJsGViOVgts9WKO4W7JZR1JGMlEPo= From: "giulio.benetti at benettiengineering dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/109809] ICE in dwarf2out_frame_debug_cfa_offset, at dwarf2cfi.cc:1376 Date: Mon, 05 Feb 2024 17:31:19 +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 X-Bugzilla-Severity: normal X-Bugzilla-Who: giulio.benetti at benettiengineering dot com X-Bugzilla-Status: UNCONFIRMED 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=3D109809 --- Comment #4 from Giulio Benetti --- It's not a problem, but it looks very similar to me: CommandScreen.c:54:1: internal compiler error: in dwarf2out_frame_debug_cfa_offset, at dwarf2cfi.cc:1376 54 | } | ^ 0x16c6616 diagnostic_impl(rich_location*, diagnostic_metadata const*, int, = char const*, __va_list_tag (*) [1], diagnostic_t) ???:0 0x16c72c7 internal_error(char const*, ...) ???:0 0x6a2d91 fancy_abort(char const*, int, char const*) ???:0 0x671146 dwarf2out_frame_debug(rtx_insn*) [clone .cold] ???:0 0x8645ef scan_trace(dw_trace_info*, bool) [clone .constprop.0] ???:0 0x864bf9 (anonymous namespace)::pass_dwarf2_frame::execute(function*) ???:0 Let me know if you still want me to open new bug. Thank you!=