[Bug debug/10499] Debug information for some C++ headers is missing classes (template specific?)

2024-01-23 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=10499
Bug 10499 depends on bug 12385, which changed state.

Bug 12385 Summary: Full debug info not emitted for C++ classes with external 
virtual functions
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12385

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

[Bug debug/10499] Debug information for some C++ headers is missing classes (template specific?)

2024-01-23 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=10499

Richard Biener  changed:

   What|Removed |Added

 CC||jason at gcc dot gnu.org
   Last reconfirmed|2005-12-28 06:11:53 |2024-1-23

--- Comment #9 from Richard Biener  ---
With gcc 7.5 and gcc 13.2 I see

(gdb) p/r s
$3 = 
(gdb) ptype s
type = std::stringstream

and the python pretty-printers "ICE" like

(gdb) p s
Python Exception : list index out of range

The DW_TAG_typedef is still as reported, to a DW_AT_declaration, and the
variable DIE only refers to the typedef DIE.

So - reconfirmed.  Might be also a C++ frontend representation issue.

[Bug debug/10499] Debug information for some C++ headers is missing classes (template specific?)

2012-01-16 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10499

Andrew Pinski pinskia at gcc dot gnu.org changed:

   What|Removed |Added

 CC||nikolay at totalviewtech
   ||dot com

--- Comment #8 from Andrew Pinski pinskia at gcc dot gnu.org 2012-01-16 
18:55:29 UTC ---
*** Bug 51873 has been marked as a duplicate of this bug. ***


[Bug debug/10499] Debug information for some C++ headers is missing classes (template specific?)

2004-11-07 Thread pinskia at gcc dot gnu dot org

--- Additional Comments From pinskia at gcc dot gnu dot org  2004-11-07 
16:28 ---
Maybe related to PR 12385.

-- 
   What|Removed |Added

  BugsThisDependsOn||12385


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