OSDN Git Service

tweak
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 4 Dec 1997 09:16:21 +0000 (09:16 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 4 Dec 1997 09:16:21 +0000 (09:16 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@16936 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/g++.old-deja/g++.jason/dtor5.C

index 245e057..8ad14ea 100644 (file)
@@ -1,7 +1,7 @@
 // PRMS Id: 5286
 // Bug: g++ forgets side-effects of object in call to nonexistent destructor.
 
-void * operator new (__SIZE_TYPE__ s, void * p) { return p; }
+#include <new>
 
 int r;