Install right version, sigh.

From-SVN: r186654
This commit is contained in:
Richard Sandiford 2012-04-21 18:29:23 +00:00
parent 1a14ac4baa
commit b753247977
1 changed files with 1 additions and 1 deletions

View File

@ -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: