Commit ea5853a3 by Eric Botcazou Committed by Eric Botcazou

ldist-27.c: Skip on Visium.

	* gcc.dg/tree-ssa/ldist-27.c: Skip on Visium.
	* gcc.dg/tree-ssa/loop-interchange-1.c: Likewise.
	* gcc.dg/tree-ssa/loop-interchange-1b.c: Likewise.
	* gcc.dg/tree-ssa/loop-interchange-2.c: Likewise.
	* gcc.dg/tree-ssa/loop-interchange-3.c: Likewise.
	* gcc.dg/tree-ssa/loop-interchange-4.c: Likewise.
	* gcc.dg/tree-ssa/loop-interchange-5.c: Likewise.
	* gcc.dg/tree-ssa/loop-interchange-6.c: Likewise.
	* gcc.dg/tree-ssa/loop-interchange-7.c: Likewise.
	* gcc.dg/tree-ssa/loop-interchange-8.c: Likewise.
	* gcc.dg/tree-ssa/loop-interchange-9.c: Likewise.
	* gcc.dg/tree-ssa/loop-interchange-10.c: Likewise.
	* gcc.dg/tree-ssa/loop-interchange-11.c: Likewise.
	* gcc.dg/tree-ssa/loop-interchange-14.c: Likewise.
	* gcc.dg/tree-ssa/loop-interchange-15.c: Likewise.

From-SVN: r256759
parent 2cc9e8aa
2018-01-16 Eric Botcazou <ebotcazou@adacore.com> 2018-01-16 Eric Botcazou <ebotcazou@adacore.com>
* gcc.dg/tree-ssa/ldist-27.c: Skip on Visium.
* gcc.dg/tree-ssa/loop-interchange-1.c: Likewise.
* gcc.dg/tree-ssa/loop-interchange-1b.c: Likewise.
* gcc.dg/tree-ssa/loop-interchange-2.c: Likewise.
* gcc.dg/tree-ssa/loop-interchange-3.c: Likewise.
* gcc.dg/tree-ssa/loop-interchange-4.c: Likewise.
* gcc.dg/tree-ssa/loop-interchange-5.c: Likewise.
* gcc.dg/tree-ssa/loop-interchange-6.c: Likewise.
* gcc.dg/tree-ssa/loop-interchange-7.c: Likewise.
* gcc.dg/tree-ssa/loop-interchange-8.c: Likewise.
* gcc.dg/tree-ssa/loop-interchange-9.c: Likewise.
* gcc.dg/tree-ssa/loop-interchange-10.c: Likewise.
* gcc.dg/tree-ssa/loop-interchange-11.c: Likewise.
* gcc.dg/tree-ssa/loop-interchange-14.c: Likewise.
* gcc.dg/tree-ssa/loop-interchange-15.c: Likewise.
2018-01-16 Eric Botcazou <ebotcazou@adacore.com>
PR testsuite/77734 PR testsuite/77734
* gcc.dg/plugin/must-tail-call-1.c: Pass -fdelayed-branch on SPARC. * gcc.dg/plugin/must-tail-call-1.c: Pass -fdelayed-branch on SPARC.
......
/* { dg-do run } */ /* { dg-do run } */
/* { dg-options "-O3 -ftree-loop-distribute-patterns -fdump-tree-ldist-details" } */ /* { dg-options "-O3 -ftree-loop-distribute-patterns -fdump-tree-ldist-details" } */
/* { dg-skip-if "too big data segment" { visium-*-* } } */
#define M (300) #define M (300)
#define N (200) #define N (200)
......
/* { dg-do run } */ /* { dg-do run } */
/* { dg-options "-O2 -floop-interchange -fassociative-math -fno-signed-zeros -fno-trapping-math -fdump-tree-linterchange-details" } */ /* { dg-options "-O2 -floop-interchange -fassociative-math -fno-signed-zeros -fno-trapping-math -fdump-tree-linterchange-details" } */
/* { dg-skip-if "too big data segment" { visium-*-* } } */
/* Copied from graphite/interchange-4.c */ /* Copied from graphite/interchange-4.c */
......
/* { 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-skip-if "too big data segment" { visium-*-* } } */
#define M 256 #define M 256
int a[M][M], b[M][M]; int a[M][M], b[M][M];
......
/* { dg-do compile } */ /* { dg-do compile } */
/* { dg-options "-O2 -floop-interchange -fdump-tree-linterchange-details" } */ /* { dg-options "-O2 -floop-interchange -fdump-tree-linterchange-details" } */
/* { dg-skip-if "too big data segment" { visium-*-* } } */
#define M 256 #define M 256
int a[M][M], b[M][M]; int a[M][M], b[M][M];
......
/* PR tree-optimization/83337 */ /* PR tree-optimization/83337 */
/* { dg-do run { target int32plus } } */ /* { dg-do run { target int32plus } } */
/* { dg-options "-O2 -floop-interchange -fdump-tree-linterchange-details" } */ /* { dg-options "-O2 -floop-interchange -fdump-tree-linterchange-details" } */
/* { dg-skip-if "too big data segment" { visium-*-* } } */
/* Copied from graphite/interchange-5.c */ /* Copied from graphite/interchange-5.c */
......
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
/* { dg-do run { target int32plus } } */ /* { dg-do run { target int32plus } } */
/* { dg-options "-O2 -floop-interchange" } */ /* { dg-options "-O2 -floop-interchange" } */
/* { dg-require-effective-target alloca } */ /* { dg-require-effective-target alloca } */
/* { dg-skip-if "too big stack" { visium-*-* } } */
/* Copied from graphite/interchange-5.c */ /* Copied from graphite/interchange-5.c */
......
/* { 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-skip-if "too big data segment" { visium-*-* } } */
/* Copied from graphite/interchange-4.c */ /* Copied from graphite/interchange-4.c */
......
/* { 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-skip-if "too big data segment" { visium-*-* } } */
/* Copied from graphite/interchange-5.c */ /* Copied from graphite/interchange-5.c */
......
/* { 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-skip-if "too big stack" { visium-*-* } } */
/* Copied from graphite/interchange-6.c */ /* Copied from graphite/interchange-6.c */
......
/* { 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" } */ /* { dg-require-stack-size "8*111*1111" } */
/* { dg-skip-if "too big stack" { visium-*-* } } */
/* Copied from graphite/interchange-7.c */ /* Copied from graphite/interchange-7.c */
......
/* { 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-skip-if "too big data segment" { visium-*-* } } */
#define M 256 #define M 256
int a[M][M], b[M][M], c[M][M], d[M][M]; int a[M][M], b[M][M], c[M][M], d[M][M];
......
/* { 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-skip-if "too big data segment" { visium-*-* } } */
#define M 256 #define M 256
int a[M][M], b[M][M], c[M][M], d[M][M]; int a[M][M], b[M][M], c[M][M], d[M][M];
......
/* { 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-skip-if "too big data segment" { visium-*-* } } */
#define M 256 #define M 256
int a[M][M], b[M][M], c[M][M], d[M][M]; int a[M][M], b[M][M], c[M][M], d[M][M];
......
/* { 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-skip-if "too big data segment" { visium-*-* } } */
#define M 256 #define M 256
int a[M][M], b[M][M], c[M][M], d[M][M]; int a[M][M], b[M][M], c[M][M], d[M][M];
......
/* { 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-skip-if "too big data segment" { visium-*-* } } */
#define M 256 #define M 256
int a[M][M], b[M][M], c[M], d[M]; int a[M][M], b[M][M], c[M], d[M];
......
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