public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug symtab/12704] New: physname regression: (anonymous namespace)
@ 2011-04-26  6:14 jan.kratochvil at redhat dot com
  2011-05-02  7:28 ` [Bug symtab/12704] " jan.kratochvil at redhat dot com
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: jan.kratochvil at redhat dot com @ 2011-04-26  6:14 UTC (permalink / raw)
  To: gdb-prs

http://sourceware.org/bugzilla/show_bug.cgi?id=12704

           Summary: physname regression: (anonymous namespace)
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: symtab
        AssignedTo: unassigned@sourceware.org
        ReportedBy: jan.kratochvil@redhat.com
                CC: keiths@redhat.com
            Target: x86_64-unknown-linux-gnu


namespace FOO { namespace { void BAR() {} } }

pre-physname:
(gdb) b 'FOO::(anonymous namespace)::BAR()' 
Breakpoint 1 at 0x4: file foo2.C, line 1.

post-physname:
(gdb) b 'FOO::(anonymous namespace)::BAR<tab>
FOO::(anonymous namespace)::BAR    FOO::(anonymous namespace)::BAR()  
(gdb) b 'FOO::(anonymous namespace)::BAR()' 
Junk at end of arguments.
(gdb) b FOO::(anonymous namespace)::BAR()
Junk at end of arguments.
(gdb) b 'FOO::(anonymous namespace)::BAR' 
Junk at end of arguments.

there is a regression by the patch (not verified this specific commit has
regressed it but I guess so):
        42284fdf9d8cdb20c8e833bdbdb2b56977fea525
        http://sourceware.org/ml/gdb-cvs/2010-03/msg00082.html
        dwarf2_physname patchset:
        [RFA] dwarf2_physname FINAL
        http://sourceware.org/ml/gdb-patches/2010-03/msg00220.html

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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

end of thread, other threads:[~2011-07-02 20:21 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-04-26  6:14 [Bug symtab/12704] New: physname regression: (anonymous namespace) jan.kratochvil at redhat dot com
2011-05-02  7:28 ` [Bug symtab/12704] " jan.kratochvil at redhat dot com
2011-05-18 23:56 ` keiths at redhat dot com
2011-05-31 21:54 ` cvs-commit at gcc dot gnu.org
2011-05-31 21:55 ` cvs-commit at gcc dot gnu.org
2011-05-31 22:16 ` keiths at redhat dot com
2011-07-02 19:37 ` cvs-commit at gcc dot gnu.org
2011-07-02 20:21 ` jan.kratochvil at redhat dot com

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).