[Bug debug/35463] typedef missing in debug information with -gdwarf-2 for c++

2009-04-30 Thread jan dot kratochvil at redhat dot com


--- 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 "" 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



[Bug debug/35463] typedef missing in debug information with -gdwarf-2 for c++

2009-04-30 Thread jakub at gcc dot gnu dot org


--- Comment #4 from jakub at gcc dot gnu dot org  2009-04-30 13:05 ---
I think this has been fixed by
http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=146137
http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=146290
http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=146897
on the trunk.


-- 


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



[Bug debug/35463] typedef missing in debug information with -gdwarf-2 for c++

2009-04-30 Thread jakub at gcc dot gnu dot org


--- Comment #3 from jakub at gcc dot gnu dot org  2009-04-30 12:46 ---
*** Bug 35462 has been marked as a duplicate of this bug. ***


-- 


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



[Bug debug/35463] typedef missing in debug information with -gdwarf-2 for c++

2008-09-26 Thread hiroto dot shibuya at gmail dot com


--- 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



[Bug debug/35463] typedef missing in debug information with -gdwarf-2 for c++

2008-03-04 Thread mrs at apple dot com


--- Comment #1 from mrs at apple dot com  2008-03-04 20:15 ---
radr://5070293


-- 


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