------- Comment #28 from mrs at apple dot com  2007-01-10 00:48 -------
Testing with:

--- tree-ssa-address.c.~2~      2007-01-09 16:26:28.000000000 -0800
+++ tree-ssa-address.c  2007-01-09 16:34:10.000000000 -0800
@@ -244,7 +244,7 @@
 tree
 tree_mem_ref_addr (tree type, tree mem_ref)
 {
-  tree addr;
+  tree addr = NULL_TREE;
   tree act_elem;
   tree step = TMR_STEP (mem_ref), offset = TMR_OFFSET (mem_ref);
   tree sym = TMR_SYMBOL (mem_ref), base = TMR_BASE (mem_ref);

as it seemed about right.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29516

Reply via email to