diff options
Diffstat (limited to 'gcc/tree-core.h')
-rw-r--r-- | gcc/tree-core.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/tree-core.h b/gcc/tree-core.h index b1bc0cef9f0..b35ec773e81 100644 --- a/gcc/tree-core.h +++ b/gcc/tree-core.h @@ -1452,8 +1452,6 @@ struct GTY(()) tree_decl_with_vis { unsigned dllimport_flag : 1; /* Don't belong to VAR_DECL exclusively. */ unsigned weak_flag : 1; - /* When SECTION_NAME is implied by -ffunction-section. */ - unsigned implicit_section_name_p : 1; unsigned seen_in_bind_expr : 1; unsigned comdat_flag : 1; @@ -1472,7 +1470,7 @@ struct GTY(()) tree_decl_with_vis { unsigned cxx_destructor : 1; /* Belong to FUNCTION_DECL exclusively. */ unsigned final : 1; - /* 11 unused bits. */ + /* 12 unused bits. */ }; struct GTY(()) tree_var_decl { |