2014-06-02 Richard Biener <rguenther@suse.de>
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 2 Jun 2014 07:45:15 +0000 (07:45 +0000)
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 2 Jun 2014 07:45:15 +0000 (07:45 +0000)
PR tree-optimization/61378
* tree-ssa-sccvn.c (vn_reference_lookup_3): Initialize
valueized_anything.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@211126 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/tree-ssa-sccvn.c

index 120ada9..7559fbe 100644 (file)
@@ -1,3 +1,9 @@
+2014-06-02  Richard Biener  <rguenther@suse.de>
+
+       PR tree-optimization/61378
+       * tree-ssa-sccvn.c (vn_reference_lookup_3): Initialize
+       valueized_anything.
+
 2014-06-01  Uros Bizjak  <ubizjak@gmail.com>
 
        * config/i386/constraints.md (Bw): Rename from 'w'.
index 77dcad9..2583375 100644 (file)
@@ -1613,7 +1613,7 @@ vn_reference_lookup_3 (ao_ref *ref, tree vuse, void *vr_,
         conditional calls to free falsely clobbering ref because
         of imprecise points-to info of the argument.  */
       tree oldargs[4];
-      bool valueized_anything;
+      bool valueized_anything = false;
       for (unsigned i = 0; i < gimple_call_num_args (def_stmt); ++i)
        {
          oldargs[i] = gimple_call_arg (def_stmt, i);