Commit 8e49fe91 by Sebastian Pop Committed by Sebastian Pop

pr40157.c: Use -floop-block as reported in the PR.

2009-10-15  Sebastian Pop  <sebastian.pop@amd.com>

	* gcc.dg/graphite/pr40157.c: Use -floop-block as reported in the PR.

From-SVN: r154589
parent bb2b2dfc
2009-10-15 Sebastian Pop <sebastian.pop@amd.com>
* gcc.dg/graphite/pr40157.c: Use -floop-block as reported in the PR.
2009-10-14 Sebastian Pop <sebastian.pop@amd.com> 2009-10-14 Sebastian Pop <sebastian.pop@amd.com>
* gcc.dg/graphite/interchange-11.c: New. * gcc.dg/graphite/interchange-11.c: New.
......
/* { dg-require-effective-target int32plus } */ /* { dg-require-effective-target int32plus } */
/* { dg-options "-O2 -fgraphite-identity" } */ /* { dg-options "-O2 -fgraphite-identity -floop-block" } */
int buffer[256*256]; int buffer[256*256];
int main(void) int main(void)
......
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