https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60833
--- Comment #3 from David Blaikie ---
FWIW, bug on the GDB side seems to have been fixed (
https://sourceware.org/bugzilla/show_bug.cgi?id=16841 ) - might be nice to fix
the GCC side too. (though, admittedly, I don't know that this extra debug in
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60833
--- Comment #2 from David Blaikie ---
ping
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60833
--- Comment #1 from Mark Wielaard ---
Confirmed with GNU C++ 4.10.0 20140417 (experimental). GCC doesn't emit the
typedef for tbase because it is unused. It will emit the typedef for tbase when
it is used for a variable like tbase y. But even then