Commit 6c7e0f7a by Richard Biener Committed by Richard Biener

re PR tree-optimization/82421 ([graphite] ICE: tree check: expected ssa_name,…

re PR tree-optimization/82421 ([graphite] ICE: tree check: expected ssa_name, have integer_cst in get_rename, at graphite-isl-ast-to-gimple.c:1127)

2017-10-06  Richard Biener  <rguenther@suse.de>

	PR tree-optimization/82421
	* gcc.dg/graphite/pr82421.c: New testcase.

From-SVN: r253478
parent 4e34b338
2017-10-06 Richard Biener <rguenther@suse.de>
PR tree-optimization/82421
* gcc.dg/graphite/pr82421.c: New testcase.
2017-10-06 Jakub Jelinek <jakub@redhat.com>
PR c/82437
......
/* { dg-do compile } */
/* { dg-options "-O -floop-nest-optimize" } */
int pc;
void
qy (int l9)
{
int tw = 4;
int fb[tw];
while (l9 < 1)
{
int dr;
pc = fb[2];
for (dr = 0; dr < tw; ++dr)
fb[dr] = 0;
++l9;
}
}
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