From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 2C4AF385841F; Tue, 4 Oct 2022 15:32:32 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2C4AF385841F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1664897552; bh=S6Y9bLIPtjUgBXSyXln10v3R7LsE7oBSYQt7aq72bCw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Em6Dss/jDWXOjPDopOAsb0Q19sjPHkzItjJASamacaScejlaHCvi0INFY03msfIVv +RCHtboHeoMdW5TmZsDxBvgVADoRTPnI8GB4TjUe1fz3SnHyHB3/p8JdGOgjg5YNAB FPEjAATy/L+35Mum9SxIj7oBHb7Ig0soLUq2SH/Y= From: "dblaikie at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug debug/60833] Inheritance via typedef skips the typedef Date: Tue, 04 Oct 2022 15:32:31 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: debug X-Bugzilla-Version: unknown X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: dblaikie at gmail 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=3D60833 --- Comment #3 from David Blaikie --- FWIW, bug on the GDB side seems to have been fixed ( https://sourceware.org/bugzilla/show_bug.cgi?id=3D16841 ) - might be nice t= o fix the GCC side too. (though, admittedly, I don't know that this extra debug i= nfo provides much value at the moment - I think GDB mostly looks straight throu= gh typedefs)=