Commit b9a5b5b2 by Alan Modra Committed by Alan Modra

dwarf2out.c (mem_loc_descriptor): Recurse on LO_SUM.

	* dwarf2out.c (mem_loc_descriptor): Recurse on LO_SUM.

From-SVN: r171905
parent ac6a641b
2011-04-03 Alan Modra <amodra@gmail.com>
* dwarf2out.c (mem_loc_descriptor): Recurse on LO_SUM.
2011-04-03 Michael Matz <matz@suse.de>
* tree.c (free_lang_data_in_decl): Zero DECL_VINDEX if it's not
......
......@@ -13706,9 +13706,7 @@ mem_loc_descriptor (rtx rtl, enum machine_mode mode,
break;
case LO_SUM:
rtl = XEXP (rtl, 1);
/* ... fall through ... */
return mem_loc_descriptor (XEXP (rtl, 1), mode, initialized);
case LABEL_REF:
/* Some ports can transform a symbol ref into a label ref, because
......
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