Commit b7532479 by Richard Sandiford

Install right version, sigh.

From-SVN: r186654
parent 1a14ac4b
...@@ -14391,7 +14391,7 @@ fold_checksum_tree (const_tree expr, struct md5_ctx *ctx, htab_t ht) ...@@ -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); fold_checksum_tree (TREE_IMAGPART (expr), ctx, ht);
break; break;
case VECTOR_CST: 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); fold_checksum_tree (VECTOR_CST_ELT (expr, i), ctx, ht);
break; break;
default: default:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment