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 455994c..54322bf 100644 --- a/gcc/fold-const.c +++ b/gcc/fold-const.c @@ -14862,7 +14862,7 @@ fold_checksum_tree (const_tree expr, struct md5_ctx *ctx, if (TREE_CODE (expr) == FUNCTION_DECL) { fold_checksum_tree (DECL_VINDEX (expr), ctx, ht); - fold_checksum_tree (DECL_ARGUMENT (expr), ctx, ht); + fold_checksum_tree (DECL_ARGUMENTS (expr), ctx, ht); } fold_checksum_tree (DECL_RESULT_FLD (expr), ctx, ht); } |