xfail
authorJason Merrill <jason@gcc.gnu.org>
Sat, 23 Dec 2000 10:32:15 +0000 (05:32 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Sat, 23 Dec 2000 10:32:15 +0000 (05:32 -0500)
From-SVN: r38479

gcc/testsuite/g++.old-deja/g++.other/new6.C

index 398a0cacc376b1a605d46ac6c857e069ec3b19e0..38c12f4ea6c1fe24a5ff93f7812ced79aacef8bf 100644 (file)
@@ -1,3 +1,6 @@
+// Test that we properly default-initialize the new int when () is given.
+// execution test - XFAIL *-*-*
+
 #include <new>
 using namespace std;
 extern "C" void *malloc (size_t);