[Bug libstdc++/83755] Pretty printers treat char* as NTBS

2018-01-09 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83755 --- Comment #2 from Jonathan Wakely --- We can prevent this by always casting the stored pointer to void* self.pointer = self.pointer.cast(gdb.lookup_type("void").pointer())

[Bug libstdc++/83755] Pretty printers treat char* as NTBS

2018-01-09 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83755 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|