projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22f86c3
)
reduce arena size for small targets
author
Jason Merrill
<jason@gcc.gnu.org>
Thu, 15 Nov 2001 17:48:07 +0000
(12:48 -0500)
committer
Jason Merrill
<jason@gcc.gnu.org>
Thu, 15 Nov 2001 17:48:07 +0000
(12:48 -0500)
From-SVN: r47065
gcc/testsuite/g++.old-deja/g++.eh/badalloc1.C
patch
|
blob
|
history
diff --git
a/gcc/testsuite/g++.old-deja/g++.eh/badalloc1.C
b/gcc/testsuite/g++.old-deja/g++.eh/badalloc1.C
index ac1fdd7bc4ecf878ff581d7511123c58c9baa327..6b4a9283142c3a0d72e06795e379e4bde9d077e3 100644
(file)
--- a/
gcc/testsuite/g++.old-deja/g++.eh/badalloc1.C
+++ b/
gcc/testsuite/g++.old-deja/g++.eh/badalloc1.C
@@
-4,7
+4,7
@@
// Check we can throw a bad_alloc exception when malloc dies
-static __SIZE_TYPE__ arena[
32767
]; // so things can initialize
+static __SIZE_TYPE__ arena[
64
]; // so things can initialize
static int fail;
static unsigned pos;