interchange-9.c (M): Define to be 111.

* gcc.dg/graphite/interchange-9.c (M): Define to be 111.
	(N): Likewise.
	(main): Adjust accordingly.

From-SVN: r163177
This commit is contained in:
Jie Zhang 2010-08-11 23:38:53 +00:00 committed by Jie Zhang
parent 183c87cdb1
commit 53d8d5c17d
2 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,9 @@
2010-08-12 Jie Zhang <jie@codesourcery.com>
* gcc.dg/graphite/interchange-9.c (M): Define to be 111.
(N): Likewise.
(main): Adjust accordingly.
2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
* gfortran.dg/graphite/id-22.f: New.

View File

@ -5,8 +5,8 @@
#include <stdio.h>
#endif
#define N 1111
#define M 1111
#define N 111
#define M 111
static int __attribute__((noinline))
foo (int *x)
@ -38,7 +38,7 @@ main (void)
fprintf (stderr, "res = %d \n", res);
#endif
if (res != 2468642)
if (res != 24642)
abort ();
return 0;