public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug debug/60833] New: Inheritance via typedef skips the typedef
@ 2014-04-13 16:10 dblaikie at gmail dot com
  2014-04-24  9:19 ` [Bug debug/60833] " mark at gcc dot gnu.org
  2022-10-04 15:32 ` dblaikie at gmail dot com
  0 siblings, 2 replies; 3+ messages in thread
From: dblaikie at gmail dot com @ 2014-04-13 16:10 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60833

            Bug ID: 60833
           Summary: Inheritance via typedef skips the typedef
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: debug
          Assignee: unassigned at gcc dot gnu.org
          Reporter: dblaikie at gmail dot com

struct base {
};

typedef base tbase;

struct derived: tbase {
} x;

GCC doesn't emit the typedef of 'tbase' and instead describes 'derived' as
directly deriving from 'base'.


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-10-04 15:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-04-13 16:10 [Bug debug/60833] New: Inheritance via typedef skips the typedef dblaikie at gmail dot com
2014-04-24  9:19 ` [Bug debug/60833] " mark at gcc dot gnu.org
2022-10-04 15:32 ` dblaikie at gmail dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).