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

From-SVN: r188717
This commit is contained in:
Uros Bizjak 2012-06-18 00:14:03 +02:00
parent f51ff4dd6e
commit 3eb2d93455
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ void f (void)
{
int tabs[1024], tabcount;
for (tabcount = 1; tabcount <= 1024; tabcount += 1023)
for (tabcount = 1; tabcount <= 8; tabcount += 7)
{
int i;
for (i = 0; i < 1024; i++)