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:
parent
bbe04bade0
commit
924033e39b
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue