public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/51649] New: pretty printers don't handle std::__7:: namespace
@ 2011-12-21 11:53 pluto at agmk dot net
  2011-12-21 12:21 ` [Bug libstdc++/51649] " pluto at agmk dot net
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: pluto at agmk dot net @ 2011-12-21 11:53 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 51649
           Summary: pretty printers don't handle std::__7:: namespace
    Classification: Unclassified
           Product: gcc
           Version: 4.6.3
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libstdc++
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: pluto@agmk.net


the libstdc++ pretty printers don't work for gcc configured
with --enable-symvers=gnu-versioned-namespace.

e.g. it prints std::string as:

(gdb) p s
$1 = {
  static npos = 18446744073709551615,
  _M_dataplus = {
    <std::__7::allocator<char>> = {
      <__gnu_cxx::__7::__mt_alloc<char,
__gnu_cxx::__7::__common_pool_policy<__gnu_cxx::__7::__pool, true> >> = {
        <__gnu_cxx::__7::__mt_alloc_base<char>> = {<No data fields>}, <No data
fields>}, <No data fields>},
    members of std::__7::basic_string<char, std::__7::char_traits<char>,
std::__7::allocator<char> >::_Alloc_hider:
    _M_p = 0x4d7220 "foo bar"
  }
}


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2012-03-22 22:19 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-12-21 11:53 [Bug libstdc++/51649] New: pretty printers don't handle std::__7:: namespace pluto at agmk dot net
2011-12-21 12:21 ` [Bug libstdc++/51649] " pluto at agmk dot net
2011-12-21 16:21 ` redi at gcc dot gnu.org
2011-12-21 17:52 ` redi at gcc dot gnu.org
2011-12-21 18:36 ` tromey at gcc dot gnu.org
2012-01-17 16:22 ` pluto at agmk dot net
2012-01-17 18:44 ` redi at gcc dot gnu.org
2012-01-19 22:23 ` tromey at gcc dot gnu.org
2012-01-20 19:03 ` tromey at gcc dot gnu.org
2012-01-30 17:22 ` tromey at gcc dot gnu.org
2012-02-04 11:26 ` pluto at agmk dot net
2012-03-22 22:20 ` pluto at agmk dot net

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).