Commit 4c035a23 by Tom de Vries Committed by Tom de Vries

Require stack size for some test-cases

2018-01-08  Tom de Vries  <tom@codesourcery.com>

	* gcc.dg/graphite/interchange-7.c: Add dg-require-stack-size.
	* gcc.dg/graphite/run-id-1.c: Same.
	* gcc.dg/tree-ssa/loop-interchange-4.c: Same.

From-SVN: r256336
parent 0b627b58
2018-01-08 Tom de Vries <tom@codesourcery.com>
* gcc.dg/graphite/interchange-7.c: Add dg-require-stack-size.
* gcc.dg/graphite/run-id-1.c: Same.
* gcc.dg/tree-ssa/loop-interchange-4.c: Same.
2018-01-08 Paul Thomas <pault@gcc.gnu.org> 2018-01-08 Paul Thomas <pault@gcc.gnu.org>
PR fortran/83611 PR fortran/83611
......
/* { dg-require-effective-target size32plus } */ /* { dg-require-effective-target size32plus } */
/* { dg-require-stack-size "8*111*1111" } */
/* Formerly known as ltrans-8.c */ /* Formerly known as ltrans-8.c */
......
/* { dg-options "-Wl,--stack,12582912" { target *-*-mingw* *-*-cygwin* } } */ /* { dg-options "-Wl,--stack,12582912" { target *-*-mingw* *-*-cygwin* } } */
/* { dg-require-effective-target size32plus } */ /* { dg-require-effective-target size32plus } */
/* { dg-require-stack-size "4*1000*1000" } */
void abort (void); void abort (void);
......
/* { dg-do run } */ /* { dg-do run } */
/* { dg-options "-O2 -floop-interchange -fdump-tree-linterchange-details" } */ /* { dg-options "-O2 -floop-interchange -fdump-tree-linterchange-details" } */
/* { dg-require-stack-size "8*111*1111" } */
/* Copied from graphite/interchange-7.c */ /* Copied from graphite/interchange-7.c */
......
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