20030209-1.c: Enable the test if STACK_SIZE is not defined.
* gcc.c-torture/execute/20030209-1.c: Enable the test if STACK_SIZE is not defined. From-SVN: r63042
This commit is contained in:
parent
bf7c02ddfe
commit
bc102c4bd5
@ -1,3 +1,8 @@
|
||||
2003-02-18 Kazu Hirata <kazu@cs.umass.edu>
|
||||
|
||||
* gcc.c-torture/execute/20030209-1.c: Enable the test if
|
||||
STACK_SIZE is not defined.
|
||||
|
||||
2003-02-17 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
|
||||
|
||||
PR c++/9457
|
||||
|
@ -1,10 +1,10 @@
|
||||
#ifdef STACK_SIZE
|
||||
#if STACK_SIZE >= 8*100*100
|
||||
#define OK
|
||||
#if STACK_SIZE < 8*100*100
|
||||
#define SKIP
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef OK
|
||||
#ifndef SKIP
|
||||
double x[100][100];
|
||||
int main ()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user