add comment
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 17 Nov 2003 19:41:00 +0000 (19:41 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 17 Nov 2003 19:41:00 +0000 (19:41 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@73678 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/g++.dg/init/placement2.C

index bca7415..7412201 100644 (file)
@@ -1,3 +1,6 @@
+// Bug: We were calling f() twice, for both the placement new and placement
+// delete calls.
+
 // { dg-do run }
 
 void* operator new    (unsigned int sz, void*) { return operator new (sz); }