Compare DECL_NOT_FLEXARRAY for LTO tree merging

This was missing.

gcc/lto/
	* lto-common.cc (compare_tree_sccs_1): Compare DECL_NOT_FLEXARRAY.
This commit is contained in:
Richard Biener 2022-12-22 08:08:12 +01:00
parent bbe04bade0
commit 924033e39b

View file

@ -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)
{