]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR middle-end/60429 (Miscompilation (aliasing) with -finline-functions)
authorRichard Biener <rguenther@suse.de>
Mon, 24 Mar 2014 08:42:37 +0000 (08:42 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Mon, 24 Mar 2014 08:42:37 +0000 (08:42 +0000)
2014-03-24  Richard Biener  <rguenther@suse.de>

PR tree-optimization/60429
* tree-ssa-structalias.c (get_constraint_for_ptr_offset): Remove
duplicated line.

From-SVN: r208784

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

index defef3b4edb42622220d637e53599523d758305d..a35b5985cd506986a7de06eb27b96a43ec13ec12 100644 (file)
@@ -1,3 +1,9 @@
+2014-03-24  Richard Biener  <rguenther@suse.de>
+
+       PR tree-optimization/60429
+       * tree-ssa-structalias.c (get_constraint_for_ptr_offset): Remove
+       duplicated line.
+
 2014-03-23  Eric Botcazou  <ebotcazou@adacore.com>
 
        PR rtl-optimization/60601
index 5461708d1a416a87f9a9f86b97132a0f6a022461..2447aac617ed35a8de41bded82230d00893890e3 100644 (file)
@@ -3015,7 +3015,6 @@ get_constraint_for_ptr_offset (tree ptr, tree offset,
             reachability of off-bound addresses, in particular &object + 1,
             conservatively correct.  */
          temp = first_or_preceding_vi_for_offset (curr, offset);
-         temp = first_or_preceding_vi_for_offset (curr, offset);
          c.var = temp->id;
          c.offset = 0;
          temp = temp->next;