This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/8314] Enums as template parameters produce "can't findclass" errors


http://sourceware.org/bugzilla/show_bug.cgi?id=8314

Tom Tromey <tromey at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tromey at redhat dot com

--- Comment #3 from Tom Tromey <tromey at redhat dot com> 2011-11-10 19:57:24 UTC ---
With current g++ and gdb (Fedora 15), everything works ok for me.
I still see the weird class name, but I can print everything fine.

Weird class name:

(gdb) whatis ysimple
type = /* real type = SubSub<(GNetConn)0> * */
SubSub<(GNetConn)0> *

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]