diff options
Diffstat (limited to 'gcc/lto/lto-common.c')
-rw-r--r-- | gcc/lto/lto-common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/lto/lto-common.c b/gcc/lto/lto-common.c index ef2d02a..ffa05f9 100644 --- a/gcc/lto/lto-common.c +++ b/gcc/lto/lto-common.c @@ -1228,7 +1228,7 @@ compare_tree_sccs_1 (tree t1, tree t2, tree **map) compare_values (DECL_IS_NOVOPS); compare_values (DECL_IS_RETURNS_TWICE); compare_values (DECL_IS_MALLOC); - compare_values (DECL_IS_OPERATOR_NEW); + compare_values (DECL_IS_OPERATOR_NEW_P); compare_values (DECL_DECLARED_INLINE_P); compare_values (DECL_STATIC_CHAIN); compare_values (DECL_NO_INLINE_WARNING_P); |