From 3eb2d93455837a86a7df735907ac19c2c2e78a0b Mon Sep 17 00:00:00 2001 From: Uros Bizjak Date: Mon, 18 Jun 2012 00:14:03 +0200 Subject: [PATCH] * gcc.target/i386/pr33329.c: . From-SVN: r188717 --- gcc/testsuite/gcc.target/i386/pr33329.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/testsuite/gcc.target/i386/pr33329.c b/gcc/testsuite/gcc.target/i386/pr33329.c index 56092fecaef..a023867c6fb 100644 --- a/gcc/testsuite/gcc.target/i386/pr33329.c +++ b/gcc/testsuite/gcc.target/i386/pr33329.c @@ -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++) -- 2.30.2