public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug symtab/11462] Printing instance destructor address requires quoting
       [not found] <bug-11462-4717@http.sourceware.org/bugzilla/>
@ 2013-01-11 16:08 ` tromey at redhat dot com
  2013-03-25 17:28 ` cvs-commit at gcc dot gnu.org
  2013-03-25 17:28 ` tromey at redhat dot com
  2 siblings, 0 replies; 4+ messages in thread
From: tromey at redhat dot com @ 2013-01-11 16:08 UTC (permalink / raw)
  To: gdb-prs

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

Tom Tromey <tromey at redhat dot com> changed:

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

--- Comment #2 from Tom Tromey <tromey at redhat dot com> 2013-01-11 16:08:01 UTC ---
I'm testing a patch for this.

The problem was just some missing productions.
It would be nice to do it a cleaner way but I think our
parser technology may prevent it.

-- 
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] 4+ messages in thread

* [Bug symtab/11462] Printing instance destructor address requires quoting
       [not found] <bug-11462-4717@http.sourceware.org/bugzilla/>
  2013-01-11 16:08 ` [Bug symtab/11462] Printing instance destructor address requires quoting tromey at redhat dot com
  2013-03-25 17:28 ` cvs-commit at gcc dot gnu.org
@ 2013-03-25 17:28 ` tromey at redhat dot com
  2 siblings, 0 replies; 4+ messages in thread
From: tromey at redhat dot com @ 2013-03-25 17:28 UTC (permalink / raw)
  To: gdb-prs

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

Tom Tromey <tromey at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|7.1                         |7.7

--- Comment #4 from Tom Tromey <tromey at redhat dot com> 2013-03-25 17:28:43 UTC ---
Fix checked in.

-- 
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] 4+ messages in thread

* [Bug symtab/11462] Printing instance destructor address requires quoting
       [not found] <bug-11462-4717@http.sourceware.org/bugzilla/>
  2013-01-11 16:08 ` [Bug symtab/11462] Printing instance destructor address requires quoting tromey at redhat dot com
@ 2013-03-25 17:28 ` cvs-commit at gcc dot gnu.org
  2013-03-25 17:28 ` tromey at redhat dot com
  2 siblings, 0 replies; 4+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2013-03-25 17:28 UTC (permalink / raw)
  To: gdb-prs

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

--- Comment #3 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> 2013-03-25 17:28:05 UTC ---
CVSROOT:    /cvs/src
Module name:    src
Changes by:    tromey@sourceware.org    2013-03-25 17:28:03

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

Log message:
    PR symtab/11462:
    * c-exp.y (exp): Add new productions for destructors after '.' and
    '->'.
    (write_destructor_name): New function.
    gdb/testsuite
    * gdb.cp/m-static.exp: Add destructor-printing tests.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.15309&r2=1.15310
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/c-exp.y.diff?cvsroot=src&r1=1.115&r2=1.116
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/ChangeLog.diff?cvsroot=src&r1=1.3596&r2=1.3597
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.cp/m-static.exp.diff?cvsroot=src&r1=1.23&r2=1.24

-- 
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] 4+ messages in thread

* [Bug symtab/11462] Printing instance destructor address requires quoting
  2010-04-01 15:30 [Bug symtab/11462] New: " jan dot kratochvil at redhat dot com
@ 2010-04-01 15:38 ` jan dot kratochvil at redhat dot com
  0 siblings, 0 replies; 4+ messages in thread
From: jan dot kratochvil at redhat dot com @ 2010-04-01 15:38 UTC (permalink / raw)
  To: gdb-prs


------- Additional Comments From jan dot kratochvil at redhat dot com  2010-04-01 15:38 -------
Created an attachment (id=4696)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=4696&action=view)
m-static.exp extension common for PR 11462, PR 11463, PR 11464


-- 


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

------- 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:[~2013-03-25 17:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-11462-4717@http.sourceware.org/bugzilla/>
2013-01-11 16:08 ` [Bug symtab/11462] Printing instance destructor address requires quoting tromey at redhat dot com
2013-03-25 17:28 ` cvs-commit at gcc dot gnu.org
2013-03-25 17:28 ` tromey at redhat dot com
2010-04-01 15:30 [Bug symtab/11462] New: " jan dot kratochvil at redhat dot com
2010-04-01 15:38 ` [Bug symtab/11462] " jan dot 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).