I noticed a mis-indented line. applied to trunk.
nathan -- Nathan Sidwell
2017-07-03 Nathan Sidwell <nat...@acm.org> * hash-table.h (hash_table_mod1): Fix indentation. Index: hash-table.h =================================================================== --- hash-table.h (revision 249922) +++ hash-table.h (working copy) @@ -325,7 +325,7 @@ hash_table_mod1 (hashval_t hash, unsigne { const struct prime_ent *p = &prime_tab[index]; gcc_checking_assert (sizeof (hashval_t) * CHAR_BIT <= 32); - return mul_mod (hash, p->prime, p->inv, p->shift); + return mul_mod (hash, p->prime, p->inv, p->shift); } /* Compute the secondary table index for HASH given current prime index. */