aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorRichard Guenther <rguenther@suse.de>2011-11-10 15:28:57 +0000
committerRichard Biener <rguenth@gcc.gnu.org>2011-11-10 15:28:57 +0000
commit4da80bfb5d2e188674abdf5461876108e77ab881 (patch)
tree8c7ddc725098e69e509a4775363d0458e154e0d0 /gcc/ChangeLog
parentc07a8cb3c903f5152e013748f773adecdb82122e (diff)
downloadgcc-4da80bfb5d2e188674abdf5461876108e77ab881.zip
gcc-4da80bfb5d2e188674abdf5461876108e77ab881.tar.gz
gcc-4da80bfb5d2e188674abdf5461876108e77ab881.tar.bz2
re PR tree-optimization/51042 (endless recursion in phi_translate)
2011-11-10 Richard Guenther <rguenther@suse.de> PR tree-optimization/51042 * tree-ssa-pre.c (phi_translate_1): Avoid recursing on self-referential expressions. Refactor code to avoid duplication. * gcc.dg/torture/pr51042.c: New testcase. From-SVN: r181256
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index ee388f6..404b884 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,11 @@
2011-11-10 Richard Guenther <rguenther@suse.de>
+ PR tree-optimization/51042
+ * tree-ssa-pre.c (phi_translate_1): Avoid recursing on
+ self-referential expressions. Refactor code to avoid duplication.
+
+2011-11-10 Richard Guenther <rguenther@suse.de>
+
PR tree-optimization/51070
* tree-loop-distribution.c (generate_builtin): Do not replace
the loop with a builtin if the partition contains statements which