From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B5C7F3858D28; Tue, 17 Jan 2023 19:30:05 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B5C7F3858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1673983805; bh=saTVVkt8XUW78MU0TyITecMgr4QwwNzOGdrFXjWBdIc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Lbb0Vsay+rWEZxXfsrNsOuOyE6z69Ov55BLvQVKFYk/25SqncKYxz9D0g5cNLdSuC OV+uuUTh+6K86GFN4QbaKiw245QyPhgngwkpy7rWfkMTtpUmx9aoUDti6EH2WFSz4o gp3D1bPH2s/SD5ZDtdPBfrMFvrtmf0GQgavZaZEo= From: "dblaikie at gmail dot com" To: gdb-prs@sourceware.org Subject: [Bug c++/15502] DW_AT_decl_line ignored in DW_TAG_imported_declaration Date: Tue, 17 Jan 2023 19:30:05 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: c++ X-Bugzilla-Version: 7.6 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: dblaikie at gmail dot com X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot 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://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D15502 --- Comment #3 from David Blaikie --- (In reply to Tom Tromey from comment #2) > Maybe this series: > https://sourceware.org/pipermail/gdb-patches/2023-January/195333.html Yeah, that sounds OK. Doesn't produce the same behavior as the compiler - w= hich resolves to the closer declaration - but lines could be incorrect/ambiguous anyway (#included code and other situations that lead to lines not being strictly increasing or in the scope order, etc - or two using decls on the = same line, etc).=20 Certainly an improvement, in any case. --=20 You are receiving this mail because: You are on the CC list for the bug.=