[Bug libstdc++/53477] pretty printer fails with: Python Exception <type 'exceptions.IndexError'> list index out of range

pluto at agmk dot net gcc-bugzilla@gcc.gnu.org
Thu Aug 22 19:14:00 GMT 2013


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53477

Pawel Sikora <pluto at agmk dot net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to fail|                            |4.9.0

--- Comment #16 from Pawel Sikora <pluto at agmk dot net> ---
(In reply to Phil Muldoon from comment #14)
> It should be fixed for all cases in the PR.  I think we can close it, and if
> any of the people commenting on this bug have issues, they can reopen it.
> 
> My pmuldoon@redhat.com account does not have sufficient privileges to alter
> the state of the bug, or the assignee. (Though I did not try with my
> gcc.gnu.org account)


i still see a failure:

(gdb) p wordBitsetMap
$1 = Python Exception <type 'exceptions.ValueError'> Cannot find type const
std::map<unsigned int, std::map<unsigned int, std::set<unsigned int,
std::__7::les
s<unsigned int>, std::__7::allocator<unsigned int> >, std::__7::less<unsigned
int>, std::__7::allocator<std::__7::pair<unsigned int const, std::set<unsigned
i
nt, std::__7::less<unsigned int>, std::__7::allocator<unsigned int> > > > >,
std::__7::less<unsigned int>, std::__7::allocator<std::__7::pair<unsigned int
con
st, std::map<unsigned int, std::set<unsigned int, std::__7::less<unsigned int>,
std::__7::allocator<unsigned int> >, std::__7::less<unsigned int>, std::__7::a
llocator<std::__7::pair<unsigned int const, std::set<unsigned int,
std::__7::less<unsigned int>, std::__7::allocator<unsigned int> > > > > > >
>::mapped_type:
:_Rep_type:
std::map with 1 elements


previously it failed with:

(gdb) p wordBitsetMap
$1 = Python Exception <type 'exceptions.IndexError'> list index out of range:
std::map with 1 elements



More information about the Gcc-bugs mailing list