Commit 3eb2d934 by Uros Bizjak

* gcc.target/i386/pr33329.c: .

From-SVN: r188717
parent f51ff4dd
...@@ -7,7 +7,7 @@ void f (void) ...@@ -7,7 +7,7 @@ void f (void)
{ {
int tabs[1024], tabcount; int tabs[1024], tabcount;
for (tabcount = 1; tabcount <= 1024; tabcount += 1023) for (tabcount = 1; tabcount <= 8; tabcount += 7)
{ {
int i; int i;
for (i = 0; i < 1024; i++) for (i = 0; i < 1024; 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