aboutsummaryrefslogtreecommitdiff
path: root/gcc/varasm.c
diff options
context:
space:
mode:
authorJan Hubicka <jh@suse.cz>2009-10-08 20:52:57 +0200
committerMichael Meissner <meissner@gcc.gnu.org>2009-10-08 18:52:57 +0000
commit625f802cafd00f2a6933d7f85ff6f284237096e9 (patch)
tree36dfcd47579c82b5abe65af64b2523a5a00a1900 /gcc/varasm.c
parent007a178cff07dc03e9df0cc0798d5077dbd9a944 (diff)
downloadgcc-625f802cafd00f2a6933d7f85ff6f284237096e9.zip
gcc-625f802cafd00f2a6933d7f85ff6f284237096e9.tar.gz
gcc-625f802cafd00f2a6933d7f85ff6f284237096e9.tar.bz2
Fix 41626 from Jan Hubicka
From-SVN: r152569
Diffstat (limited to 'gcc/varasm.c')
-rw-r--r--gcc/varasm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/varasm.c b/gcc/varasm.c
index 46ec00d..4c0b9a6 100644
--- a/gcc/varasm.c
+++ b/gcc/varasm.c
@@ -2082,7 +2082,7 @@ assemble_variable (tree decl, int top_level ATTRIBUTE_UNUSED,
Without this, if the variable is placed in a
section-anchored block, the template will only be marked
when it's too late. */
- record_references_in_initializer (to);
+ record_references_in_initializer (to, false);
}
decl = to;