[Bug libstdc++/67440] pretty-printing of a const set<foo> fails
redi at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu May 18 14:47:00 GMT 2017
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67440
--- Comment #8 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Author: redi
Date: Thu May 18 14:35:18 2017
New Revision: 248211
URL: https://gcc.gnu.org/viewcvs?rev=248211&root=gcc&view=rev
Log:
PR libstdc++/67440 make pretty printers work with GDB 7.6 again
Backport from mainline
2017-03-16 Jonathan Wakely <jwakely@redhat.com>
PR libstdc++/67440
* python/libstdcxx/v6/printers.py (find_type): Avoid gdb.Type.name
for GDB 7.6 compatibility, use gdb.Type.unqualified instead.
Modified:
branches/gcc-6-branch/libstdc++-v3/ChangeLog
branches/gcc-6-branch/libstdc++-v3/python/libstdcxx/v6/printers.py
More information about the Gcc-bugs
mailing list