Commit 3a6a2759 by Richard Henderson Committed by Richard Henderson

pr33329.c: Change multiplier constant to 12345

From-SVN: r188788
parent 73e9d637
2012-06-19 Richard Henderson <rth@redhat.com>
* gcc.target/i386/pr33329.c: Change multiplier constant to 12345.
2012-06-19 Richard Guenther <rguenther@suse.de>
* gcc.dg/tree-ssa/vrp68.c: Adjust testcase.
......
......@@ -11,7 +11,7 @@ void f (void)
{
int i;
for (i = 0; i < 1024; i++)
tabs[i] = i * 2;
tabs[i] = i * 12345;
g (tabs);
}
}
......
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