mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-08 14:41:14 +08:00
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:
parent
183c87cdb1
commit
53d8d5c17d
@ -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.
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user