From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 53AD93858404; Tue, 7 Mar 2023 14:20:13 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 53AD93858404 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1678198813; bh=kSQaprg1NZEppRr6AUYPwbp+ZIWLkEcVVfIuOYW8M54=; h=From:To:Subject:Date:In-Reply-To:References:From; b=jHE/8ynDuKvXZiJT76VLFtCTpvrFoibmb1vCXtR6S35E2rBzTfGPnWZJO9QC6//w+ AyfIlRT6/IFVq1kyLscZggn9ou+BvXR42Epcd5UOYEVOwPjeO9tGalhE23+gSxYUz2 pnHoGplYX+YYeRJ/HaO4IQbZiYu0Zu+iqTGCQuGY= From: "tromey at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/49475] [OOP][debugging] Add DWARF info for Fortran's OOP features (extension, member functions) Date: Tue, 07 Mar 2023 14:20:12 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: fortran X-Bugzilla-Version: 4.7.0 X-Bugzilla-Keywords: wrong-debug X-Bugzilla-Severity: normal X-Bugzilla-Who: tromey at gcc dot gnu.org X-Bugzilla-Status: WAITING 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=3D49475 --- Comment #4 from Tom Tromey --- Note that ifort implemented this and gdb supports that now. See https://sourceware.org/bugzilla/show_bug.cgi?id=3D22497 for some info.=