From 49e9c661145c32c17dff2c364de890c0ca46225e Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Thu, 23 Jun 2011 15:26:04 -0600 Subject: [PATCH] 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 --- gcc/ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d5c6ee59b79..a0758e1dc95 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,4 +1,4 @@ -2011-06-16 Jeff Law +2011-06-23 Jeff Law PR middle-end/49465 * tree-ssa-threadupate.c (fix_duplicate_block_edges): Fix condition -- 2.30.2