From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id EEABD3858409; Mon, 5 Feb 2024 17:07:38 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org EEABD3858409 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1707152858; bh=cJcEN3aHb8LN97oBRf/lDRtefEW9GGsfovjMSo/0oR4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=hLLHaS5QRv2YDqzAMdeE9dfULzuBZcrUsZV8Hpj2b6E+HocrMPQ82ovj9h7DjV4P4 tT0wY3iRwklC3uFVLqN85Ovn7a3/4r5v17EWNUZSiFjCxDD4N/7vJKZc3C1PfsjemB HyjXoC+cgJov2Ml5naegAZ/eYcaQ3yDoHWbTlIp0= 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:07:38 +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 #2 from Giulio Benetti --- (In reply to Giulio Benetti from comment #1) > This bug shows up also on gcc 13.2.0 while building htop with optimization > -O2. > This is worked-around by disabling optimization with -O0. For RISCV64 architecture=