Install right version, sigh.
From-SVN: r186654
This commit is contained in:
parent
1a14ac4baa
commit
b753247977
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue