* gcc.target/i386/pr33329.c: .
authorUros Bizjak <uros@gcc.gnu.org>
Sun, 17 Jun 2012 22:14:03 +0000 (00:14 +0200)
committerUros Bizjak <uros@gcc.gnu.org>
Sun, 17 Jun 2012 22:14:03 +0000 (00:14 +0200)
From-SVN: r188717

gcc/testsuite/gcc.target/i386/pr33329.c

index 56092fecaefb64f9cbb8aa3f5d4e55de410f9206..a023867c6fb9cfeaa2b1504480c3d160bb47d089 100644 (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++)