diff options
Diffstat (limited to 'gcc/fold-const.c')
-rw-r--r-- | gcc/fold-const.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fold-const.c b/gcc/fold-const.c index 41779e576bb..f542c45c5f5 100644 --- a/gcc/fold-const.c +++ b/gcc/fold-const.c @@ -13340,7 +13340,7 @@ fold_checksum_tree (const_tree expr, struct md5_ctx *ctx, htab_t ht) { const void **slot; enum tree_code code; - struct tree_function_decl buf; + union tree_node buf; int i, len; recursive_label: |