[Bug libstdc++/83906] [8 Regression] Random FAIL: libstdc++-prettyprinters/80276.cc whatis p4
redi at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Jan 23 13:37:00 GMT 2018
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83906
Jonathan Wakely <redi at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
Assignee|unassigned at gcc dot gnu.org |redi at gcc dot gnu.org
--- Comment #8 from Jonathan Wakely <redi at gcc dot gnu.org> ---
The bug is here:
if self.type_obj == type_obj:
return strip_inline_namespaces(self.name)
This assumes the two types resolve to the same gdb.Type but that isn't
guaranteed.
More information about the Gcc-bugs
mailing list