[Bug libstdc++/51649] pretty printers don't handle std::__7:: namespace

2012-03-22 Thread pluto at agmk dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51649 Pawel Sikora pluto at agmk dot net changed: What|Removed |Added Status|NEW |RESOLVED

[Bug libstdc++/51649] pretty printers don't handle std::__7:: namespace

2012-02-04 Thread pluto at agmk dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51649 --- Comment #10 from Pawel Sikora pluto at agmk dot net 2012-02-04 11:26:24 UTC --- (In reply to comment #9) Author: tromey Date: Mon Jan 30 16:25:11 2012 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=183732 could you backport this for

[Bug libstdc++/51649] pretty printers don't handle std::__7:: namespace

2012-01-30 Thread tromey at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51649 --- Comment #9 from Tom Tromey tromey at gcc dot gnu.org 2012-01-30 16:25:25 UTC --- Author: tromey Date: Mon Jan 30 16:25:11 2012 New Revision: 183732 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=183732 Log: PR libstdc++/51649: *

[Bug libstdc++/51649] pretty printers don't handle std::__7:: namespace

2012-01-20 Thread tromey at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51649 Tom Tromey tromey at gcc dot gnu.org changed: What|Removed |Added AssignedTo|unassigned at gcc dot |tromey at redhat

[Bug libstdc++/51649] pretty printers don't handle std::__7:: namespace

2012-01-19 Thread tromey at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51649 --- Comment #7 from Tom Tromey tromey at gcc dot gnu.org 2012-01-19 21:59:07 UTC --- Based on my first build of a --enable-symvers=gnu-versioned-namespace compiler, I am thinking that just updating the regexps is ok. There's no particular need to

[Bug libstdc++/51649] pretty printers don't handle std::__7:: namespace

2012-01-17 Thread pluto at agmk dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51649 --- Comment #5 from Pawel Sikora pluto at agmk dot net 2012-01-17 16:06:01 UTC --- (In reply to comment #3) Tom, I assume the plan for the libstdc++ python printers is to have a python/libstdcxx/v7/printers.py for the libstdc++.so.7 library,

[Bug libstdc++/51649] pretty printers don't handle std::__7:: namespace

2012-01-17 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51649 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[Bug libstdc++/51649] pretty printers don't handle std::__7:: namespace

2011-12-21 Thread pluto at agmk dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51649 --- Comment #1 from Pawel Sikora pluto at agmk dot net 2011-12-21 11:53:23 UTC --- adding '(__7::)?' to regex patterns should be ok.

[Bug libstdc++/51649] pretty printers don't handle std::__7:: namespace

2011-12-21 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51649 --- Comment #2 from Jonathan Wakely redi at gcc dot gnu.org 2011-12-21 16:20:15 UTC --- It might be better to provide a separate python/libstdcxx/v7/printers.py file and install that when configured with versioned namespaces.

[Bug libstdc++/51649] pretty printers don't handle std::__7:: namespace

2011-12-21 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51649 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added CC||tromey at gcc

[Bug libstdc++/51649] pretty printers don't handle std::__7:: namespace

2011-12-21 Thread tromey at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51649 --- Comment #4 from Tom Tromey tromey at gcc dot gnu.org 2011-12-21 18:34:47 UTC --- (In reply to comment #3) Tom, I assume the plan for the libstdc++ python printers is to have a python/libstdcxx/v7/printers.py for the libstdc++.so.7 library,