public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
From: "cvs-commit at gcc dot gnu.org" <sourceware-bugzilla@sourceware.org>
To: gdb-prs@sourceware.org
Subject: [Bug c++/13615] inherited typedefs not found properly
Date: Fri, 16 Nov 2012 20:54:00 -0000	[thread overview]
Message-ID: <bug-13615-4717-xbAKR0oTl0@http.sourceware.org/bugzilla/> (raw)
In-Reply-To: <bug-13615-4717@http.sourceware.org/bugzilla/>

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

--- Comment #1 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> 2012-11-16 20:54:34 UTC ---
CVSROOT:    /cvs/src
Module name:    src
Changes by:    kseitz@sourceware.org    2012-11-16 20:54:30

Modified files:
    gdb            : ChangeLog cp-namespace.c 
    gdb/testsuite  : ChangeLog 
    gdb/testsuite/gdb.cp: derivation.exp derivation.cc 
Added files:
    gdb/testsuite/gdb.cp: baseenum.cc baseenum.exp 

Log message:
    PR c++/13615
    * cp-namespace.c (cp_lookup_symbol_in_namespace): Add SEARCH
    parameter and pass it to lookup_symbol_file.
    (cp_lookup_symbol_imports): Tell cp_lookup_symbol_in_namespace
    to search base classes.
    (cp_lookup_symbol_namespace): Likewise.
    (lookup_namespace_scope): Likewise.
    (lookup_symbol_file): Add SEARCH parameter.
    If SEARCH is non-zero and no symbol is found, lookup the class
    and call cp_lookup_nested_symbol.
    (find_symbol_in_baseclass): New function.
    (cp_lookup_nested_symbol): Do not let
    cp_lookup_symbol_in_namespace search through base classes.
    Do that later when there is no global symbol match.

    PR c++/13615
    * gdb.cp/baseenum.cc: New file.
    * gdb.cp/baseenum.exp: New file.
    * gdb.cp/derivation.cc (A): Add copyright.
    Add a typedef.
    (B): Use A::value_type instead of int.  Change all references.
    (D): Use value_type instead of int.  Change all references.
    (E): Likewise.
    (F); Likewise.
    (Z): New class.
    (ZZ): New class.
    (N, Base, Derived): New namespace and classes.
    (main): Add instances of Z and ZZ.
    Make sure all symbols from N are kept.
    * gdb.cp/derivation.exp: Update typedef changes in tests.
    Add tests for class typedefs both before and after starting
    the inferior.
    Add tests for searching for a typedef while stopped in a
    method.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.14837&r2=1.14838
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/cp-namespace.c.diff?cvsroot=src&r1=1.59&r2=1.60
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/ChangeLog.diff?cvsroot=src&r1=1.3459&r2=1.3460
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.cp/baseenum.cc.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.cp/baseenum.exp.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.cp/derivation.exp.diff?cvsroot=src&r1=1.22&r2=1.23
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.cp/derivation.cc.diff?cvsroot=src&r1=1.3&r2=1.4

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


  parent reply	other threads:[~2012-11-16 20:54 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-23 18:21 [Bug c++/13615] New: " tromey at redhat dot com
2012-01-23 21:20 ` [Bug c++/13615] " jan.kratochvil at redhat dot com
2012-11-16 20:54 ` cvs-commit at gcc dot gnu.org [this message]
2012-11-16 20:56 ` keiths at redhat dot com

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-13615-4717-xbAKR0oTl0@http.sourceware.org/bugzilla/ \
    --to=sourceware-bugzilla@sourceware.org \
    --cc=gdb-prs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).