reduce arena size for small targets
authorJason Merrill <jason@gcc.gnu.org>
Thu, 15 Nov 2001 17:48:07 +0000 (12:48 -0500)
committerJason 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

index ac1fdd7bc4ecf878ff581d7511123c58c9baa327..6b4a9283142c3a0d72e06795e379e4bde9d077e3 100644 (file)
@@ -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;