This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug debug/35463] typedef missing in debug information with -gdwarf-2 for c++
- From: "jan dot kratochvil at redhat dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 30 Apr 2009 15:15:44 -0000
- Subject: [Bug debug/35463] typedef missing in debug information with -gdwarf-2 for c++
- References: <bug-35463-1447@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #5 from jan dot kratochvil at redhat dot com 2009-04-30 15:15 -------
Just that I agree this Bug looks to me fixed in g++-4.5.
The sample code like what is Comment 0 here from:
http://gcc.gnu.org/ml/gcc-help/2009-04/msg00393.html
gives DW_TAG_structure_type DW_AT_name "<anonymous struct>" on:
g++ (GCC) 4.4.0 20090427 (Red Hat 4.4.0-3)
and gives DW_TAG_structure_type DW_AT_name "type27" on:
g++ (GCC) 4.5.0 20090430 (experimental)
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35463