* varpool.c (varpool_assemble_pending_decls): Set
varpool_last_needed_node to null.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@122277
138bc75d-0d04-0410-961f-
82ee72b054a4
+2007-02-23 Steve Ellcey <sje@cup.hp.com>
+
+ PR debug/29614
+ * varpool.c (varpool_assemble_pending_decls): Set
+ varpool_last_needed_node to null.
+
2007-02-23 DJ Delorie <dj@redhat.com>
* config/i386/i386.c (ix86_data_alignment): Don't specify an
else
node->next_needed = NULL;
}
+ /* varpool_nodes_queue is now empty, clear the pointer to the last element
+ in the queue. */
+ varpool_last_needed_node = NULL;
return changed;
}