public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/8693] names of c++ nested types in casts must be enclosed in quotes
       [not found] <20040317200800.8693.carlton@kealia.com>
@ 2010-01-22 21:09 ` tromey at redhat dot com
  2010-02-15 17:47 ` tromey at redhat dot com
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 4+ messages in thread
From: tromey at redhat dot com @ 2010-01-22 21:09 UTC (permalink / raw)
  To: gdb-prs


------- Additional Comments From tromey at redhat dot com  2010-01-22 21:09 -------
*** Bug 8922 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |marko at pacujo dot net


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug c++/8693] names of c++ nested types in casts must be enclosed in quotes
       [not found] <20040317200800.8693.carlton@kealia.com>
  2010-01-22 21:09 ` [Bug c++/8693] names of c++ nested types in casts must be enclosed in quotes tromey at redhat dot com
@ 2010-02-15 17:47 ` tromey at redhat dot com
  2010-02-19 20:22 ` cvs-commit at gcc dot gnu dot org
  2010-02-19 20:23 ` tromey at redhat dot com
  3 siblings, 0 replies; 4+ messages in thread
From: tromey at redhat dot com @ 2010-02-15 17:47 UTC (permalink / raw)
  To: gdb-prs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at sourceware dot|tromey at redhat dot com
                   |org                         |


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug c++/8693] names of c++ nested types in casts must be enclosed in quotes
       [not found] <20040317200800.8693.carlton@kealia.com>
  2010-01-22 21:09 ` [Bug c++/8693] names of c++ nested types in casts must be enclosed in quotes tromey at redhat dot com
  2010-02-15 17:47 ` tromey at redhat dot com
@ 2010-02-19 20:22 ` cvs-commit at gcc dot gnu dot org
  2010-02-19 20:23 ` tromey at redhat dot com
  3 siblings, 0 replies; 4+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2010-02-19 20:22 UTC (permalink / raw)
  To: gdb-prs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2010-02-19 20:22 -------
Subject: Bug 8693

CVSROOT:	/cvs/src
Module name:	src
Changes by:	tromey@sourceware.org	2010-02-19 20:22:03

Modified files:
	gdb            : ChangeLog c-exp.y cp-namespace.c 
	gdb/testsuite  : ChangeLog 
	gdb/testsuite/gdb.cp: namespace.exp 

Log message:
	gdb
	PR c++/8693, PR c++/9496:
	* cp-namespace.c (cp_lookup_nested_type): Handle TYPE_CODE_UNION.
	* c-exp.y (lex_one_token): Rename from yylex.  Don't call
	write_dollar_variable.  Don't try to classify NAME tokens.
	(token_and_value): New type.
	(token_fifo, popping, name_obstack): New globals.
	(classify_name): New function.
	(classify_inner_name): Likewise.
	(yylex): Likewise.
	(VARIABLE): Now has type sval.
	(exp : VARIABLE): Call write_dollar_variable.
	(qualified_name): Use TYPENAME, not typebase.  Add production for
	multiple "::" instances.
	(variable): Use name_not_typename.
	(qualified_type): Remove.
	(typebase): Update.
	gdb/testsuite
	PR c++/8693, PR c++/9496:
	* gdb.cp/namespace.exp: Remove some setup_kfail calls.  Added
	regression tests.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.11381&r2=1.11382
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/c-exp.y.diff?cvsroot=src&r1=1.70&r2=1.71
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/cp-namespace.c.diff?cvsroot=src&r1=1.34&r2=1.35
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/testsuite/ChangeLog.diff?cvsroot=src&r1=1.2149&r2=1.2150
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.cp/namespace.exp.diff?cvsroot=src&r1=1.16&r2=1.17



-- 


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug c++/8693] names of c++ nested types in casts must be enclosed in quotes
       [not found] <20040317200800.8693.carlton@kealia.com>
                   ` (2 preceding siblings ...)
  2010-02-19 20:22 ` cvs-commit at gcc dot gnu dot org
@ 2010-02-19 20:23 ` tromey at redhat dot com
  3 siblings, 0 replies; 4+ messages in thread
From: tromey at redhat dot com @ 2010-02-19 20:23 UTC (permalink / raw)
  To: gdb-prs


------- Additional Comments From tromey at redhat dot com  2010-02-19 20:23 -------
I checked in the fix.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |7.2


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

end of thread, other threads:[~2010-02-19 20:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20040317200800.8693.carlton@kealia.com>
2010-01-22 21:09 ` [Bug c++/8693] names of c++ nested types in casts must be enclosed in quotes tromey at redhat dot com
2010-02-15 17:47 ` tromey at redhat dot com
2010-02-19 20:22 ` cvs-commit at gcc dot gnu dot org
2010-02-19 20:23 ` tromey 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).