projects
/
platform
/
upstream
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f51ff4d
)
* gcc.target/i386/pr33329.c: .
author
Uros Bizjak
<uros@gcc.gnu.org>
Sun, 17 Jun 2012 22:14:03 +0000
(
00:14
+0200)
committer
Uros 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
patch
|
blob
|
history
diff --git
a/gcc/testsuite/gcc.target/i386/pr33329.c
b/gcc/testsuite/gcc.target/i386/pr33329.c
index 56092fecaefb64f9cbb8aa3f5d4e55de410f9206..a023867c6fb9cfeaa2b1504480c3d160bb47d089 100644
(file)
--- 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++)