[Bug bootstrap/64754] [5 Regression] bootstrap failed with --with-build-config=bootstrap-lto
hjl.tools at gmail dot com
gcc-bugzilla@gcc.gnu.org
Fri Jan 23 21:43:00 GMT 2015
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64754
H.J. Lu <hjl.tools at gmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Last reconfirmed| |2015-01-23
Ever confirmed|0 |1
--- Comment #4 from H.J. Lu <hjl.tools at gmail dot com> ---
I am testing this patch:
diff --git a/gcc/tree-ssa-structalias.c b/gcc/tree-ssa-structalias.c
index 96d1ce3..4c43b75 100644
--- a/gcc/tree-ssa-structalias.c
+++ b/gcc/tree-ssa-structalias.c
@@ -409,6 +409,7 @@ new_var_info (tree t, const char *name)
ret->may_have_pointers = true;
ret->only_restrict_pointers = false;
ret->is_restrict_var = false;
+ ret->ruid = 0;
ret->is_global_var = (t == NULL_TREE);
ret->is_fn_info = false;
if (t && DECL_P (t))
More information about the Gcc-bugs
mailing list