public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/10050] Support for 'new' with convenience variables
       [not found] <bug-10050-4717@http.sourceware.org/bugzilla/>
@ 2011-07-01 19:15 ` drow at false dot org
  2012-05-25 20:06 ` tromey at redhat dot com
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: drow at false dot org @ 2011-07-01 19:15 UTC (permalink / raw)
  To: gdb-prs

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

drow@false.org <drow at false dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |drow at false dot org

--- Comment #1 from drow at false dot org <drow at false dot org> 2011-07-01 19:14:35 UTC ---
I thought there were a lot of similar bug reports, but I can't find them...

I second this.  The fact that you can't create a new std::string, for instance,
is really limiting!

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

* [Bug c++/10050] Support for 'new' with convenience variables
       [not found] <bug-10050-4717@http.sourceware.org/bugzilla/>
  2011-07-01 19:15 ` [Bug c++/10050] Support for 'new' with convenience variables drow at false dot org
@ 2012-05-25 20:06 ` tromey at redhat dot com
  2012-06-21 12:52 ` gbenson at redhat dot com
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: tromey at redhat dot com @ 2012-05-25 20:06 UTC (permalink / raw)
  To: gdb-prs

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

Tom Tromey <tromey at redhat dot com> changed:

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

--- Comment #2 from Tom Tromey <tromey at redhat dot com> 2012-05-25 20:06:14 UTC ---
I have a partial patch for 'new'.
I plan to also implement 'delete'.

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

* [Bug c++/10050] Support for 'new' with convenience variables
       [not found] <bug-10050-4717@http.sourceware.org/bugzilla/>
  2011-07-01 19:15 ` [Bug c++/10050] Support for 'new' with convenience variables drow at false dot org
  2012-05-25 20:06 ` tromey at redhat dot com
@ 2012-06-21 12:52 ` gbenson at redhat dot com
  2012-07-13 15:43 ` tromey at redhat dot com
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: gbenson at redhat dot com @ 2012-06-21 12:52 UTC (permalink / raw)
  To: gdb-prs

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

Gary Benson <gbenson at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |gbenson at redhat dot com

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

* [Bug c++/10050] Support for 'new' with convenience variables
       [not found] <bug-10050-4717@http.sourceware.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2012-06-21 12:52 ` gbenson at redhat dot com
@ 2012-07-13 15:43 ` tromey at redhat dot com
  2013-03-01 15:15 ` [Bug c++/10050] Support for 'new' and `delete' tromey at redhat dot com
  2013-10-31 19:25 ` tromey at redhat dot com
  5 siblings, 0 replies; 6+ messages in thread
From: tromey at redhat dot com @ 2012-07-13 15:43 UTC (permalink / raw)
  To: gdb-prs

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

--- Comment #3 from Tom Tromey <tromey at redhat dot com> 2012-07-13 15:43:35 UTC ---
'delete' relies on this being fixed:

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37237

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

* [Bug c++/10050] Support for 'new' and `delete'
       [not found] <bug-10050-4717@http.sourceware.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2012-07-13 15:43 ` tromey at redhat dot com
@ 2013-03-01 15:15 ` tromey at redhat dot com
  2013-10-31 19:25 ` tromey at redhat dot com
  5 siblings, 0 replies; 6+ messages in thread
From: tromey at redhat dot com @ 2013-03-01 15:15 UTC (permalink / raw)
  To: gdb-prs

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

Tom Tromey <tromey at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2013-03-01
            Summary|Support for 'new' with      |Support for 'new' and
                   |convenience variables       |`delete'
     Ever Confirmed|0                           |1

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

* [Bug c++/10050] Support for 'new' and `delete'
       [not found] <bug-10050-4717@http.sourceware.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2013-03-01 15:15 ` [Bug c++/10050] Support for 'new' and `delete' tromey at redhat dot com
@ 2013-10-31 19:25 ` tromey at redhat dot com
  5 siblings, 0 replies; 6+ messages in thread
From: tromey at redhat dot com @ 2013-10-31 19:25 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=10050

Tom Tromey <tromey at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Blocks|                            |16106

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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

end of thread, other threads:[~2013-10-31 19:25 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-10050-4717@http.sourceware.org/bugzilla/>
2011-07-01 19:15 ` [Bug c++/10050] Support for 'new' with convenience variables drow at false dot org
2012-05-25 20:06 ` tromey at redhat dot com
2012-06-21 12:52 ` gbenson at redhat dot com
2012-07-13 15:43 ` tromey at redhat dot com
2013-03-01 15:15 ` [Bug c++/10050] Support for 'new' and `delete' tromey at redhat dot com
2013-10-31 19:25 ` 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).