From f6b08fe890f8f037e1e18e36af092ca95e1dd82b Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Thu, 15 Nov 2001 12:48:07 -0500 Subject: reduce arena size for small targets From-SVN: r47065 --- gcc/testsuite/g++.old-deja/g++.eh/badalloc1.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/testsuite') diff --git a/gcc/testsuite/g++.old-deja/g++.eh/badalloc1.C b/gcc/testsuite/g++.old-deja/g++.eh/badalloc1.C index ac1fdd7..6b4a928 100644 --- 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; -- cgit v1.1