From adca58cae4bb9115a0dc5f7900c86a55b0c26460 Mon Sep 17 00:00:00 2001 From: rth Date: Fri, 7 Oct 2011 15:35:49 +0000 Subject: PR 49752 * fold-const.c (fold_checksum_tree): Remove out-of-date assert. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@179663 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/fold-const.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'gcc/fold-const.c') diff --git a/gcc/fold-const.c b/gcc/fold-const.c index 404d904d3ba..7568c6f143a 100644 --- a/gcc/fold-const.c +++ b/gcc/fold-const.c @@ -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); -- cgit v1.2.1