From: Richard Biener Date: Thu, 22 Dec 2022 07:08:12 +0000 (+0100) Subject: Compare DECL_NOT_FLEXARRAY for LTO tree merging X-Git-Tag: basepoints/gcc-14~2369 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=924033e39bd440caecbd4aaecf9f3fe917bffc0f;p=thirdparty%2Fgcc.git Compare DECL_NOT_FLEXARRAY for LTO tree merging This was missing. gcc/lto/ * lto-common.cc (compare_tree_sccs_1): Compare DECL_NOT_FLEXARRAY. --- diff --git a/gcc/lto/lto-common.cc b/gcc/lto/lto-common.cc index 125064ba47ec..958b417ee79d 100644 --- a/gcc/lto/lto-common.cc +++ b/gcc/lto/lto-common.cc @@ -1189,6 +1189,7 @@ compare_tree_sccs_1 (tree t1, tree t2, tree **map) compare_values (DECL_FIELD_ABI_IGNORED); compare_values (DECL_FIELD_CXX_ZERO_WIDTH_BIT_FIELD); compare_values (DECL_OFFSET_ALIGN); + compare_values (DECL_NOT_FLEXARRAY); } else if (code == VAR_DECL) {