diff options
-rw-r--r-- | gcc/tree-predcom.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/tree-predcom.cc b/gcc/tree-predcom.cc index e4aea7c..bb3a1cb6 100644 --- a/gcc/tree-predcom.cc +++ b/gcc/tree-predcom.cc @@ -367,7 +367,8 @@ enum ref_step_type struct component { - component (bool es) : eliminate_store_p (es), next (NULL) {} + component (bool es) : comp_step (RS_ANY), eliminate_store_p (es), + next (NULL) {} /* The references in the component. */ auto_vec<dref> refs; |