[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 changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[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 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=gcc&view=rev&rev=183732 could you backport this for 4.6 ?

[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 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=gcc&view=rev&rev=183732 Log: PR libstdc++/51649: * testsuite/libstdc++-pre

[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 changed: What|Removed |Added AssignedTo|unassigned at gcc dot |tromey at redhat dot com |

[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 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 introduce the full v7 pyt

[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 changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[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 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, right? > > As we have

[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 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, right? > > As we have t

[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 changed: What|Removed |Added CC||tromey at gcc dot gnu.org --- Comment #

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