add comment
authorJason Merrill <jason@gcc.gnu.org>
Mon, 17 Nov 2003 19:41:00 +0000 (14:41 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Mon, 17 Nov 2003 19:41:00 +0000 (14:41 -0500)
From-SVN: r73678

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

index bca741575c8d5e4ac80110c81297032d49dbb520..74122016790b75f644934d3693e40c82ba439c3f 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); }