From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 125953858C74; Tue, 3 Oct 2023 21:45:52 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 125953858C74 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1696369552; bh=28TAgsAwAyKyBTT5CQuWEBF4MqB0S9fOH1gXljhA150=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Yrb9DRCqZeHydVJs0xQ8FMMi3I/wSx2j28MMvy6ZMq5xRuXdx+QLWf17EvOIER0HM 5ITKlWlAUDI8fkPevG/Cc5pTiMqnxeH5f8t6WV0UcJkpLt6N79Hf8td1eXMouzz9Sy 3V36TKJLuTu1Weor85pbdvbYAyQRbFVIeNE4mJA0= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/111680] DWARF information inconsistent with the generated RISC-V Binary Date: Tue, 03 Oct 2023 21:45:51 +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: 12.2.0 X-Bugzilla-Keywords: wrong-debug 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: cf_gcctarget component 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=3D111680 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Target| |riscv64-linux-gnu Component|debug |target --- Comment #1 from Andrew Pinski --- .cfi_startproc addi sp,sp,-2032 .cfi_def_cfa_offset 2032 sd s0,2024(sp) sd s1,2016(sp) sd s2,2008(sp) add a5,a3,a2 sb zero,0(a5) addi sp,sp,-48 .cfi_def_cfa_offset 2080 .cfi_offset 8, -8 .cfi_offset 9, -16 .cfi_offset 18, -24=