This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug symtab/12704] physname regression: (anonymous namespace)


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

--- Comment #3 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> 2011-05-31 21:54:10 UTC ---
CVSROOT:    /cvs/src
Module name:    src
Changes by:    kseitz@sourceware.org    2011-05-31 21:54:07

Modified files:
    gdb            : ChangeLog cp-namespace.c cp-support.h 
                     dwarf2read.c linespec.c 

Log message:
    PR symtab/12704
    * cp-namespace.c (ANONYMOUS_NAMESPACE_LEN): Remove.
    (cp_scan_for_anonymous_namespaces): Use CP_ANONYMOUS_NAMESPACE_STR
    and CP_ANONYMOUS_NAMESPACE_LEN.
    (cp_is_anonymous): Likewise.
    * cp-support.h (CP_ANONYMOUS_NAMESPACE_STR): Define.
    (CP_ANONYMOUS_NAMESPACE_LEN): Define.
    * dwarf2read.c (namespace_name): Likewise.
    (fixup_partial_die): Likewise.
    * linespec.c (decode_compound): If CP_ANONYMOUS_NAMESPACE_STR is
    seen in the input, keep it.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.13069&r2=1.13070
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/cp-namespace.c.diff?cvsroot=src&r1=1.51&r2=1.52
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/cp-support.h.diff?cvsroot=src&r1=1.42&r2=1.43
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/dwarf2read.c.diff?cvsroot=src&r1=1.539&r2=1.540
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/linespec.c.diff?cvsroot=src&r1=1.120&r2=1.121

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]