diff options
Diffstat (limited to 'gcc/c/c-decl.c')
-rw-r--r-- | gcc/c/c-decl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c/c-decl.c b/gcc/c/c-decl.c index 524b064..4acb4f9 100644 --- a/gcc/c/c-decl.c +++ b/gcc/c/c-decl.c @@ -2305,7 +2305,7 @@ merge_decls (tree newdecl, tree olddecl, tree newtype, tree oldtype) must be done later in decl_attributes since we are called before attributes are assigned. */ if ((DECL_EXTERNAL (olddecl) || TREE_PUBLIC (olddecl) || TREE_STATIC (olddecl)) - && DECL_SECTION_NAME (newdecl) == NULL_TREE + && DECL_SECTION_NAME (newdecl) == NULL && DECL_SECTION_NAME (olddecl)) set_decl_section_name (newdecl, DECL_SECTION_NAME (olddecl)); |