[PATCH] Fix release checking bootstrap

2018-10-25 Thread Richard Biener
Committed. Richard. 2018-10-25 Richard Biener * tree-vect-data-refs.c (vect_analyze_data_ref_accesses): Initialize ng to silence error with release checking bootstrap. Index: gcc/tree-vect-data-refs.c === --- g

[PATCH] Fix release-checking bootstrap

2017-03-02 Thread Richard Biener
Looks like I broke $subject, thus the following. The issue is similar as the fixed-value.c case I fixed with the Wuninit patch. Bootstrap on x86_64-unknown-linux-gnu with release checking in stage3, will commit soonish. Richard. 2017-03-02 Richard Biener * fold-const.c (const_binop

[PATCH] Fix release checking bootstrap

2014-07-14 Thread Richard Biener
Committed as obvious. Richard. 2014-07-14 Richard Biener * cgraph.h (decl_in_symtab_p): Make inline. Index: gcc/cgraph.h === --- gcc/cgraph.h(revision 212510) +++ gcc/cgraph.h(working copy) @@ -1154,7 +1

[PATCH] Fix release checking

2012-04-24 Thread Richard Guenther
Committed as obvious. Richard. 2012-04-12 Richard Guenther * tree-if-conv.c (main_tree_if_conversion): Move bb under ENABLE_CHECKING. Index: gcc/tree-if-conv.c === --- gcc/tree-if-conv.c (revision 186760) +++