Commit 7b470faf by Richard Henderson Committed by Richard Henderson

* dwarf2out.c (gen_variable_die): Initialize off.

From-SVN: r186016
parent 7ffeb78e
2012-03-30 Richard Henderson <rth@redhat.com>
* dwarf2out.c (gen_variable_die): Initialize off.
2012-03-30 Tristan Gingold <gingold@adacore.com>
* config/vms/vms-f.c: New file.
......
......@@ -17765,7 +17765,7 @@ common_block_die_table_eq (const void *x, const void *y)
static void
gen_variable_die (tree decl, tree origin, dw_die_ref context_die)
{
HOST_WIDE_INT off;
HOST_WIDE_INT off = 0;
tree com_decl;
tree decl_or_origin = decl ? decl : origin;
tree ultimate_origin;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment