Commit 354bc607 by Sebastian Pop Committed by Sebastian Pop

Add testcase for PR46404.

2010-12-15  Sebastian Pop  <sebastian.pop@amd.com>

	PR tree-optimization/46404
	* gcc.dg/graphite/pr46404.c: New.

From-SVN: r167876
parent f4ba2332
2010-12-15 Sebastian Pop <sebastian.pop@amd.com>
PR tree-optimization/46404
* gcc.dg/graphite/pr46404.c: New.
2010-12-15 Jakub Jelinek <jakub@redhat.com>
PR fortran/46945
......
/* { dg-options "-O -fgraphite-identity -fno-tree-scev-cprop" } */
int l[200];
void
foo (void)
{
int i = 0;
for (; i < 100; i++)
;
for (; i; i--)
l[i];
}
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