Commit d4d1606b by Alexandre Oliva Committed by Alexandre Oliva

* gcc-interface/utils.c (update_pointer_to): Initialize last.

From-SVN: r160630
parent 1826e883
2010-06-11 Alexandre Oliva <aoliva@redhat.com>
* gcc-interface/utils.c (update_pointer_to): Initialize last.
2010-06-09 Eric Botcazou <ebotcazou@adacore.com>
* gcc-interface/ada-tree.h: Fix formatting nits.
......
......@@ -3461,7 +3461,7 @@ update_pointer_to (tree old_type, tree new_type)
{
tree new_ptr = TYPE_MAIN_VARIANT (TYPE_POINTER_TO (new_type));
tree new_obj_rec = TYPE_OBJECT_RECORD_TYPE (new_type);
tree array_field, bounds_field, new_ref, last;
tree array_field, bounds_field, new_ref, last = NULL_TREE;
gcc_assert (TYPE_IS_FAT_POINTER_P (ptr));
......
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