[Bug libstdc++/53477] pretty printer fails with: Python Exception list index out of range

2015-12-11 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53477 Jonathan Wakely changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug libstdc++/53477] pretty printer fails with: Python Exception list index out of range

2015-05-24 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53477 --- Comment #25 from Jonathan Wakely --- Pawel, since you say you still see problems could you please provide a testcase that actually links?

[Bug libstdc++/53477] pretty printer fails with: Python Exception list index out of range

2015-05-24 Thread tomga at wp dot pl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53477 --- Comment #24 from Tomasz Gajewski --- Well, they certainly did not at that time, so I think the bug can be closed.

[Bug libstdc++/53477] pretty printer fails with: Python Exception list index out of range

2015-05-23 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53477 --- Comment #23 from Jonathan Wakely --- (In reply to Tomasz Gajewski from comment #22) > In comment #10 I've provided test patch to test case that exposed a problem > (and in comment #11 some fix to all those tests). Currently I can't check if >

[Bug libstdc++/53477] pretty printer fails with: Python Exception list index out of range

2015-05-22 Thread tomga at wp dot pl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53477 --- Comment #22 from Tomasz Gajewski --- In comment #10 I've provided test patch to test case that exposed a problem (and in comment #11 some fix to all those tests). Currently I can't check if it applies cleanly and if errors occur. If you want

[Bug libstdc++/53477] pretty printer fails with: Python Exception list index out of range

2015-05-22 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53477 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug libstdc++/53477] pretty printer fails with: Python Exception list index out of range

2014-05-07 Thread jiyouguo at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53477 --- Comment #20 from JiYouguo --- Got it. Thank you very much. :) 2014-05-06 17:11 GMT+08:00 redi at gcc dot gnu.org : > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53477 > > --- Comment #19 from Jonathan Wakely --- > (In reply to JiYouguo fro

[Bug libstdc++/53477] pretty printer fails with: Python Exception list index out of range

2014-05-06 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53477 --- Comment #19 from Jonathan Wakely --- (In reply to JiYouguo from comment #18) > Would you mind telling how to patch a bug? I just can't find the file > simple.cc. simple.cc is a test file, patching that won't fix anything. The patch you want i

[Bug libstdc++/53477] pretty printer fails with: Python Exception list index out of range

2014-05-06 Thread jiyouguo at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53477 JiYouguo changed: What|Removed |Added CC||jiyouguo at gmail dot com --- Comment #18 from

[Bug libstdc++/53477] pretty printer fails with: Python Exception list index out of range

2014-01-06 Thread pluto at agmk dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53477 --- Comment #17 from Pawel Sikora --- pure gcc 4.9.0 20140106 still fails: Breakpoint 2, main () at pr53477.cpp:15 (gdb) p wordBitsetMap $1 = std::map with 1 elementsTraceback (most recent call last): File "/home/pawels/gcc/4.9/share/gcc-4.9.0

[Bug libstdc++/53477] pretty printer fails with: Python Exception list index out of range

2013-08-22 Thread pluto at agmk dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53477 Pawel Sikora changed: What|Removed |Added Known to fail||4.9.0 --- Comment #16 from Pawel Sikora -

[Bug libstdc++/53477] pretty printer fails with: Python Exception list index out of range

2013-08-21 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53477 Marek Polacek changed: What|Removed |Added CC||mpolacek at gcc dot gnu.org --- Comment #

[Bug libstdc++/53477] pretty printer fails with: Python Exception list index out of range

2013-08-21 Thread pmuldoon at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53477 --- Comment #14 from Phil Muldoon --- 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 pmuld...@redhat.com account does not have sufficient p

[Bug libstdc++/53477] pretty printer fails with: Python Exception list index out of range

2013-08-21 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53477 --- Comment #13 from Jonathan Wakely --- (In reply to Phil Muldoon from comment #12) > I checked in a patch to fix this yesterday. Not sure why the bug did not > auto-update. Unfortunately after the sourceware.org hardware upgrade the script to

[Bug libstdc++/53477] pretty printer fails with: Python Exception list index out of range

2013-08-21 Thread pmuldoon at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53477 Phil Muldoon changed: What|Removed |Added CC||pmuldoon at redhat dot com --- Comment #12

[Bug libstdc++/53477] pretty printer fails with: Python Exception list index out of range

2013-07-07 Thread tomga at wp dot pl
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53477 --- Comment #11 from Tomasz Gajewski --- Created attachment 30474 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30474&action=edit Patch that fixes all testcases added by me in previous patch to simple.cc

[Bug libstdc++/53477] pretty printer fails with: Python Exception list index out of range

2013-07-07 Thread tomga at wp dot pl
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53477 --- Comment #10 from Tomasz Gajewski --- Created attachment 30473 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30473&action=edit Patch to pretty printers testsuite to expose some problems This patch adds into the testsuite additional cases

[Bug libstdc++/53477] pretty printer fails with: Python Exception list index out of range

2013-06-15 Thread tomga at wp dot pl
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53477 --- Comment #9 from Tomasz Gajewski --- Following patch seems to solve this problem although I don't like it very much. I think whole get_basic_type function should be moved to the beginning of printers.py. And additionally I'm not sure if this c

[Bug libstdc++/53477] pretty printer fails with: Python Exception list index out of range

2013-06-14 Thread tomga at wp dot pl
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53477 Tomasz Gajewski changed: What|Removed |Added CC||tomga at wp dot pl --- Comment #8 from

[Bug libstdc++/53477] pretty printer fails with: Python Exception list index out of range

2013-06-03 Thread asmwarrior at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53477 --- Comment #7 from asmwarrior --- Ok, I found another issue on the line "return 0", see the GDB log: [debug]> p m [debug]$2 = std::map with 1 elements = {[3] = std::set with 2 elements = {[0] = 5, [1] = 6}} [debug]>>cb_gdb: [debug]> p m[3] [

[Bug libstdc++/53477] pretty printer fails with: Python Exception list index out of range

2013-06-03 Thread asmwarrior at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53477 --- Comment #6 from asmwarrior --- Hi, all, I create a simple c++ program to reproduce this bug: #include #include typedef std::set IntSet; typedef std::map IntToSetMap; int main() { IntToSetMap m; IntSet s; s.insert(5); m[3]

[Bug libstdc++/53477] pretty printer fails with: Python Exception list index out of range

2013-06-02 Thread asmwarrior at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53477 --- Comment #5 from asmwarrior --- > p /r m_Headers [debug]> p /r m_Headers [debug]$5 = (StringSet &) @0x116d0bc4: {_M_t = {_M_impl = { >> = {<__gnu_cxx::new_allocator >> = {}, }, _M_key_compare = {> = {}, }, _M_header = {_M_color = std::_S_red,

[Bug libstdc++/53477] pretty printer fails with: Python Exception list index out of range

2013-06-02 Thread asmwarrior at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53477 --- Comment #4 from asmwarrior --- This is what I get when I enable the python stack print: > set python print-stack full [debug]> set python print-stack full [debug]>>cb_gdb: > p m_Headers [debug]> p m_Headers [debug]Traceback (most recen

[Bug libstdc++/53477] pretty printer fails with: Python Exception list index out of range

2013-06-02 Thread asmwarrior at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53477 asmwarrior changed: What|Removed |Added CC||asmwarrior at gmail dot com --- Comment #3 f

[Bug libstdc++/53477] pretty printer fails with: Python Exception list index out of range

2012-07-16 Thread pluto at agmk dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53477 --- Comment #2 from Pawel Sikora 2012-07-16 19:03:27 UTC --- (In reply to comment #1) > (Fixed the component) > > I can't reproduce this. > I can print wordMapBitset before it is initialized but > I get a different error: > > (gdb) p wordBitset

[Bug libstdc++/53477] pretty printer fails with: Python Exception list index out of range

2012-07-16 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53477 Andrew Pinski changed: What|Removed |Added Target Milestone|3.1.x/3.2.x |---

[Bug libstdc++/53477] pretty printer fails with: Python Exception list index out of range

2012-07-13 Thread tromey at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53477 Tom Tromey changed: What|Removed |Added Target Milestone|--- |3.1.x/3.2.x --- Comment #1 from Tom Tromey