Commit 7da9e6ed by Sebastian Pop Committed by Sebastian Pop

Add testcase for PR43351.

2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>

	PR middle-end/43351
	* gcc.dg/graphite/id-pr43351.c

From-SVN: r157882
parent 895522b6
2010-03-13 Sebastian Pop <sebastian.pop@amd.com> 2010-03-13 Sebastian Pop <sebastian.pop@amd.com>
PR middle-end/43351
* gcc.dg/graphite/id-pr43351.c
2010-03-13 Sebastian Pop <sebastian.pop@amd.com>
PR middle-end/43354 PR middle-end/43354
* graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): Do not * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): Do not
call insert_out_of_ssa_copy for default definitions. call insert_out_of_ssa_copy for default definitions.
......
int foo(int i)
{
if (i < 0) return 0;
for (; i < 10; 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