Commit c68dda59 by Martin Liska Committed by Martin Liska

Fix another profiledbootstrap warning (PR libfortran/79956).

2017-03-21  Martin Liska  <mliska@suse.cz>

	PR libfortran/79956
	* simplify-rtx.c (simplify_immed_subreg): Initialize a variable
	to NULL.

From-SVN: r246317
parent 5611c456
2017-03-21 Martin Liska <mliska@suse.cz>
PR libfortran/79956
* simplify-rtx.c (simplify_immed_subreg): Initialize a variable
to NULL.
2017-03-21 Brad Spengler <spender@grsecurity.net>
PR plugins/80094
......
......@@ -5711,7 +5711,7 @@ simplify_immed_subreg (machine_mode outermode, rtx op,
int num_elem;
rtx * elems;
int elem_bitsize;
rtx result_s;
rtx result_s = NULL;
rtvec result_v = NULL;
enum mode_class outer_class;
machine_mode outer_submode;
......
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