From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 9A4D43858409; Mon, 5 Feb 2024 17:14:17 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9A4D43858409 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1707153257; bh=f2VY0Zo2W9NhsBgqLeg3nj3Sluxfo7TlydaKZA3ilHo=; h=From:To:Subject:Date:In-Reply-To:References:From; b=E1x1thl9id2hGxCVhXUlMOD5bNIW1fG2fEGBD1E37U6OIrEU+hSm3VBVp8zOdfuSu l9w49enWPTqh71yrqpyZ/wcaYz9CpYpYJv30+2j6dBppKwUK4wM4YeQaZTxZncQ5Xb JQzF31f5m2n4RYqZkZYIMdHuB+q9p06Vsd3rO/os= From: "pinskia at gcc dot gnu.org" 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:14:17 +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: pinskia at gcc dot gnu.org 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 #3 from Andrew Pinski --- (In reply to Giulio Benetti from comment #2) > (In reply to Giulio Benetti from comment #1) > > This bug shows up also on gcc 13.2.0 while building htop with optimizat= ion > > -O2. > > This is worked-around by disabling optimization with -O0. >=20 > For RISCV64 architecture that is most likely a different bug, please file it seperately.=