summaryrefslogtreecommitdiff
path: root/gcc/fold-const.c
diff options
context:
space:
mode:
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2011-10-07 15:35:49 +0000
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2011-10-07 15:35:49 +0000
commitadca58cae4bb9115a0dc5f7900c86a55b0c26460 (patch)
tree7236c1962631dbb8adc6122774c376977609caf2 /gcc/fold-const.c
parentf9913f34601c85399939b9a2694987df3ac344b9 (diff)
downloadgcc-adca58cae4bb9115a0dc5f7900c86a55b0c26460.tar.gz
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
Diffstat (limited to 'gcc/fold-const.c')
-rw-r--r--gcc/fold-const.c6
1 files changed, 1 insertions, 5 deletions
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);