Commit 53d8d5c1 by Jie Zhang Committed by Jie Zhang

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
parent 183c87cd
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> 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
* gfortran.dg/graphite/id-22.f: New. * gfortran.dg/graphite/id-22.f: New.
......
...@@ -5,8 +5,8 @@ ...@@ -5,8 +5,8 @@
#include <stdio.h> #include <stdio.h>
#endif #endif
#define N 1111 #define N 111
#define M 1111 #define M 111
static int __attribute__((noinline)) static int __attribute__((noinline))
foo (int *x) foo (int *x)
...@@ -38,7 +38,7 @@ main (void) ...@@ -38,7 +38,7 @@ main (void)
fprintf (stderr, "res = %d \n", res); fprintf (stderr, "res = %d \n", res);
#endif #endif
if (res != 2468642) if (res != 24642)
abort (); abort ();
return 0; return 0;
......
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