Commit bc102c4b by Kazu Hirata Committed by Kazu Hirata

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
parent bf7c02dd
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
......
#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 ()
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment