summaryrefslogtreecommitdiffstats
path: root/gcc/fold-const.c
diff options
context:
space:
mode:
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>2012-04-21 18:29:23 +0000
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>2012-04-21 18:29:23 +0000
commitb21ff33829c934ab457f9e76c1963f34ff54bc7d (patch)
tree680936560803dfe0d2d1ade88d85471ebbad4cf2 /gcc/fold-const.c
parentfd39b89692311ac0789aa370ba7dd6c1cd946993 (diff)
downloadppe42-gcc-b21ff33829c934ab457f9e76c1963f34ff54bc7d.tar.gz
ppe42-gcc-b21ff33829c934ab457f9e76c1963f34ff54bc7d.zip
Install right version, sigh.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@186654 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/fold-const.c')
-rw-r--r--gcc/fold-const.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fold-const.c b/gcc/fold-const.c
index b4664b2da19..41081ff919c 100644
--- a/gcc/fold-const.c
+++ b/gcc/fold-const.c
@@ -14391,7 +14391,7 @@ fold_checksum_tree (const_tree expr, struct md5_ctx *ctx, htab_t ht)
fold_checksum_tree (TREE_IMAGPART (expr), ctx, ht);
break;
case VECTOR_CST:
- for (i = 0; i < VECTOR_CST_NELTS (expr); ++i)
+ for (i = 0; i < (int) VECTOR_CST_NELTS (expr); ++i)
fold_checksum_tree (VECTOR_CST_ELT (expr, i), ctx, ht);
break;
default:
OpenPOWER on IntegriCloud