Commit a615f803 by Steve Ellcey Committed by Steve Ellcey

re PR debug/29614 (DWARF information for function static variable is missing…

re PR debug/29614 (DWARF information for function static variable is missing after unrelated code addition)

	PR debug/29614
	* varpool.c (varpool_assemble_pending_decls):  Set
	varpool_last_needed_node to null.

From-SVN: r122277
parent c0c424e4
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
......
......@@ -430,6 +430,9 @@ varpool_assemble_pending_decls (void)
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;
}
......
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