2019-05-06 Richard Biener <rguenther@suse.de>
* dwarf2out.c (mem_loc_descriptor): Initialize int_mode.
From-SVN: r270903
+2019-05-06 Richard Biener <rguenther@suse.de>
+
+ * dwarf2out.c (mem_loc_descriptor): Initialize int_mode.
+
2019-05-06 Richard Biener <rguenther@suse.de>
PR tree-optimization/90316
if (mode != GET_MODE (rtl) && GET_MODE (rtl) != VOIDmode)
return NULL;
- scalar_int_mode int_mode, inner_mode, op1_mode;
+ scalar_int_mode int_mode = BImode, inner_mode, op1_mode;
switch (GET_CODE (rtl))
{
case POST_INC: