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: "hiroto dot shibuya at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 26 Sep 2008 20:48:45 -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 #2 from hiroto dot shibuya at gmail dot com 2008-09-26 20:48 -------
I verified this to be the case since 4.1.0. The last version this was working
was 4.0.4.
Also this is specific to anonymous struct. If the struct is named, it works
fine.
This is sever issue for us when we moved from RHEL4 (gcc 3.4.6) to RHEL5 (gcc
4.1.2) that most of our gdb scripts stopped working which were heavily relying
on using typedef names of anonymous structs.
--
hiroto dot shibuya at gmail dot com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |hiroto dot shibuya at gmail
| |dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35463