From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29457 invoked by alias); 17 May 2013 20:29:00 -0000 Mailing-List: contact archer-commits-help@sourceware.org; run by ezmlm Sender: Precedence: bulk List-Post: List-Help: List-Subscribe: Received: (qmail 29436 invoked by uid 306); 17 May 2013 20:29:00 -0000 Date: Fri, 17 May 2013 20:29:00 -0000 Message-ID: <20130517202900.29408.qmail@sourceware.org> From: tromey@sourceware.org To: archer-commits@sourceware.org Subject: [SCM] tromey/operator-new-delete: add another note X-Git-Refname: refs/heads/tromey/operator-new-delete X-Git-Reftype: branch X-Git-Oldrev: 576fdaccce8bd759cdc63d9ae831d7028a8d8365 X-Git-Newrev: 822f1dafa18a9471407ff6faa3da8bdbb0b101c5 X-SW-Source: 2013-q2/txt/msg00080.txt.bz2 List-Id: The branch, tromey/operator-new-delete has been updated via 822f1dafa18a9471407ff6faa3da8bdbb0b101c5 (commit) from 576fdaccce8bd759cdc63d9ae831d7028a8d8365 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email. - Log ----------------------------------------------------------------- commit 822f1dafa18a9471407ff6faa3da8bdbb0b101c5 Author: Tom Tromey Date: Fri May 17 14:28:55 2013 -0600 add another note ----------------------------------------------------------------------- Summary of changes: README.archer | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) First 500 lines of diff: diff --git a/README.archer b/README.archer index a328b6f..383a852 100644 --- a/README.archer +++ b/README.archer @@ -16,7 +16,6 @@ It is incomplete: when is this called? * No cookie is required if the new operator being used is ::operator new[](size_t, void*). - but we don't currently make a cookie for new Simple[7] * syntax for calling a destructor explicitly do we need to handle this specially? cannot be used with an implicit "this", must always be qualified @@ -31,3 +30,5 @@ It is incomplete: also a test for operator in namespace * operator delete with extra args + +* need tests for 'new' in gdb but delete from C++ hooks/post-receive -- Repository for Project Archer.