projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c60162c
)
xfail
author
Jason Merrill
<jason@gcc.gnu.org>
Sat, 23 Dec 2000 10:32:15 +0000
(
05:32
-0500)
committer
Jason 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
patch
|
blob
|
history
diff --git
a/gcc/testsuite/g++.old-deja/g++.other/new6.C
b/gcc/testsuite/g++.old-deja/g++.other/new6.C
index 398a0cacc376b1a605d46ac6c857e069ec3b19e0..38c12f4ea6c1fe24a5ff93f7812ced79aacef8bf 100644
(file)
--- a/
gcc/testsuite/g++.old-deja/g++.other/new6.C
+++ b/
gcc/testsuite/g++.old-deja/g++.other/new6.C
@@
-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);