aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJeff Law <law@gcc.gnu.org>2011-06-23 15:26:04 -0600
committerJeff Law <law@gcc.gnu.org>2011-06-23 15:26:04 -0600
commit49e9c661145c32c17dff2c364de890c0ca46225e (patch)
tree6b2aa4bba92a5d259886bbabb174cd3e34450594 /gcc
parentad3577dfeaef757ddbb024303a2c741d4f4c94ef (diff)
downloadgcc-49e9c661145c32c17dff2c364de890c0ca46225e.zip
gcc-49e9c661145c32c17dff2c364de890c0ca46225e.tar.gz
gcc-49e9c661145c32c17dff2c364de890c0ca46225e.tar.bz2
re PR middle-end/49465 (Revision 175114 miscompiled 403.gcc in SPEC CPU 2006)
PR middle-end/49465 * tree-ssa-threadupate.c (fix_duplicate_block_edges): Fix condition to detect threading through joiner block. If there was already an edge to the new target, then do not change the PHI nodes. From-SVN: r175352
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index d5c6ee5..a0758e1 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,4 +1,4 @@
-2011-06-16 Jeff Law <law@redhat.com>
+2011-06-23 Jeff Law <law@redhat.com>
PR middle-end/49465
* tree-ssa-threadupate.c (fix_duplicate_block_edges): Fix condition