summaryrefslogtreecommitdiff
path: root/gcc/lto/lto-common.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/lto/lto-common.c')
-rw-r--r--gcc/lto/lto-common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/lto/lto-common.c b/gcc/lto/lto-common.c
index ffa05f92f3c..9a17933d094 100644
--- a/gcc/lto/lto-common.c
+++ b/gcc/lto/lto-common.c
@@ -1241,7 +1241,7 @@ compare_tree_sccs_1 (tree t1, tree t2, tree **map)
compare_values (DECL_CXX_CONSTRUCTOR_P);
compare_values (DECL_CXX_DESTRUCTOR_P);
if (DECL_BUILT_IN_CLASS (t1) != NOT_BUILT_IN)
- compare_values (DECL_FUNCTION_CODE);
+ compare_values (DECL_UNCHECKED_FUNCTION_CODE);
}
if (CODE_CONTAINS_STRUCT (code, TS_TYPE_COMMON))