re PR other/49752 (Non-existing struct `tree_type' in fold_checksum_tree in fold-const.c, can't build with `--enable-checking=fold')
PR 49752 * fold-const.c (fold_checksum_tree): Remove out-of-date assert. From-SVN: r179663
This commit is contained in:
parent
793f1c97d1
commit
dca804668a
|
@ -1,3 +1,8 @@
|
|||
2011-10-07 Richard Henderson <rth@redhat.com>
|
||||
|
||||
PR 49752
|
||||
* fold-const.c (fold_checksum_tree): Remove out-of-date assert.
|
||||
|
||||
2011-10-07 Andrew Stubbs <ams@codesourcery.com>
|
||||
|
||||
* config/arm/predicates.md (shift_amount_operand): Remove constant
|
||||
|
|
|
@ -13880,11 +13880,7 @@ fold_checksum_tree (const_tree expr, struct md5_ctx *ctx, htab_t ht)
|
|||
union tree_node buf;
|
||||
int i, len;
|
||||
|
||||
recursive_label:
|
||||
|
||||
gcc_assert ((sizeof (struct tree_exp) + 5 * sizeof (tree)
|
||||
<= sizeof (struct tree_function_decl))
|
||||
&& sizeof (struct tree_type) <= sizeof (struct tree_function_decl));
|
||||
recursive_label:
|
||||
if (expr == NULL)
|
||||
return;
|
||||
slot = (void **) htab_find_slot (ht, expr, INSERT);
|
||||
|
|
Loading…
Reference in New Issue