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++/14177] syntax error parsing valid C++ expr
Date: Wed, 13 Jun 2012 16:10:00 -0000	[thread overview]
Message-ID: <bug-14177-4717-PZXl5jySxD@http.sourceware.org/bugzilla/> (raw)
In-Reply-To: <bug-14177-4717@http.sourceware.org/bugzilla/>

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

--- Comment #2 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> 2012-06-13 16:10:21 UTC ---
CVSROOT:    /cvs/src
Module name:    src
Changes by:    jkratoch@sourceware.org    2012-06-13 16:10:10

Modified files:
    gdb            : ChangeLog c-exp.y cp-namespace.c cp-support.h 
    gdb/testsuite  : ChangeLog 
    gdb/testsuite/gdb.cp: cpexprs.cc cpexprs.exp 

Log message:
    gdb/
    PR c++/14177 - Fix parsing TYPENAME:: in parentheses.
    * c-exp.y (classify_inner_name): Remove caller assumptions in the
    function comment.  Return ERROR for unresolved cases.  Implement
    returning proper NAME.
    (yylex): Accept also NAME from classify_inner_name.
    * cp-namespace.c (cp_lookup_nested_type): Rename to ...
    (cp_lookup_nested_symbol): ... here.  Return any found symbol, not just
    LOC_TYPEDEF type.
    * cp-support.h (cp_lookup_nested_type): Update its declaration.

    gdb/testsuite/
    PR c++/14177 - Fix parsing TYPENAME:: in parentheses.
    * gdb.cp/cpexprs.cc (class CV, CV::i, ATTRIBUTE_USED, CV_f): New.
    (test_function): Call CV_f.
    * gdb.cp/cpexprs.exp (p 'CV::m(int)', p CV::m(int))
    (p 'CV::m(int) const', p CV::m(int) const, p 'CV::m(int) volatile')
    (p CV::m(int) volatile, p 'CV::m(int) const volatile')
    (p CV::m(int) const volatile, p CV_f(int), p CV_f(CV::t))
    (p CV_f(CV::i)): New tests.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.14357&r2=1.14358
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/c-exp.y.diff?cvsroot=src&r1=1.89&r2=1.90
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/cp-namespace.c.diff?cvsroot=src&r1=1.57&r2=1.58
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/cp-support.h.diff?cvsroot=src&r1=1.50&r2=1.51
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/ChangeLog.diff?cvsroot=src&r1=1.3222&r2=1.3223
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.cp/cpexprs.cc.diff?cvsroot=src&r1=1.4&r2=1.5
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.cp/cpexprs.exp.diff?cvsroot=src&r1=1.8&r2=1.9

-- 
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-06-13 16:10 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-29 21:11 [Bug c++/14177] New: " jan.kratochvil at redhat dot com
2012-05-30 22:32 ` [Bug c++/14177] " jan.kratochvil at redhat dot com
2012-06-13 16:10 ` cvs-commit at gcc dot gnu.org [this message]
2012-06-13 16:12 ` jan.kratochvil 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-14177-4717-PZXl5jySxD@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).