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

Richard Biener <rguenth at gcc dot gnu.org> 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 <rguenth at gcc dot gnu.org> ---
With gcc 7.5 and gcc 13.2 I see

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

and the python pretty-printers "ICE" like

(gdb) p s
Python Exception <class 'IndexError'>: 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.

Reply via email to