2016-05-06 Richard Biener <rguenther@suse.de>
PR tree-optimization/70948
* tree-ssa-structalias.c (find_func_aliases_for_builtin_call):
Properly clobber all fields of va_list for __builtin_va_start.
From-SVN: r235963
+2016-05-06 Richard Biener <rguenther@suse.de>
+
+ PR tree-optimization/70948
+ * tree-ssa-structalias.c (find_func_aliases_for_builtin_call):
+ Properly clobber all fields of va_list for __builtin_va_start.
+
2016-05-06 Yuri Rumyantsev <ysrumyan@gmail.com>
PR debug/70935
tree valist = gimple_call_arg (t, 0);
struct constraint_expr rhs, *lhsp;
unsigned i;
- get_constraint_for (valist, &lhsc);
+ get_constraint_for_ptr_offset (valist, NULL_TREE, &lhsc);
do_deref (&lhsc);
/* The va_list gets access to pointers in variadic
arguments. Which we know in the case of IPA analysis