diff options
Diffstat (limited to 'gcc/lto')
-rw-r--r-- | gcc/lto/lto-common.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/lto/lto-common.c b/gcc/lto/lto-common.c index bfe52a2..3eba431 100644 --- a/gcc/lto/lto-common.c +++ b/gcc/lto/lto-common.c @@ -1187,6 +1187,7 @@ compare_tree_sccs_1 (tree t1, tree t2, tree **map) compare_values (DECL_NONADDRESSABLE_P); compare_values (DECL_PADDING_P); compare_values (DECL_FIELD_ABI_IGNORED); + compare_values (DECL_FIELD_CXX_ZERO_WIDTH_BIT_FIELD); compare_values (DECL_OFFSET_ALIGN); } else if (code == VAR_DECL) |