[Bug c++/33670] Print DW_TAG_template_value_param in ptype

cvs-commit at gcc dot gnu.org sourceware-bugzilla@sourceware.org
Wed Dec 3 16:22:55 GMT 2025


https://sourceware.org/bugzilla/show_bug.cgi?id=33670

--- Comment #5 from Sourceware Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Tom Tromey <tromey@sourceware.org>:

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=67d6b595d8d9224e982c824e89e1989d52d39526

commit 67d6b595d8d9224e982c824e89e1989d52d39526
Author: Tom Tromey <tom@tromey.com>
Date:   Fri Nov 28 12:55:07 2025 -0700

    Print more template parameters with ptype

    This bug points out that a template parameter that is a constant is
    not printed by 'ptype' -- in fact, only type parameters are displayed.
    However, there's no real reason for this, and any template parameter
    that the DWARF reader can turn into a symbol should be printable.

    Note that some parameters are still missing from the DWARF; see the
    kfails in the test for details.

    Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=33670
    Reviewed-By: Christina Schimpe <christina.schimpe@intel.com>
    Approved-By: Andrew Burgess <aburgess@redhat.com>

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Gdb-prs mailing list