Commit c559f3ef by Jan Hubicka Committed by Jan Hubicka

tree-ssa-alias.c (aliasing_component_refs_walk): Initialize same_p to 0.


	* tree-ssa-alias.c (aliasing_component_refs_walk): Initialize same_p
	to 0.

From-SVN: r273495
parent 5e79b147
2019-07-15 Jan Hubicka <hubicka@ucw.cz>
* tree-ssa-alias.c (aliasing_component_refs_walk): Initialize same_p
to 0.
2019-07-15 Richard Biener <rguenther@suse.de>
PR middle-end/91162
......
......@@ -931,7 +931,7 @@ aliasing_component_refs_walk (tree ref1, tree type1, tree base1,
bool *maybe_match)
{
tree ref = ref2;
int same_p;
int same_p = 0;
while (true)
{
......
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