From f11e087ed68f35e0f3dc65937283226a3a323f3c Mon Sep 17 00:00:00 2001 From: Zdenek Dvorak Date: Wed, 16 Jun 2004 13:39:04 +0000 Subject: [PATCH] re PR tree-optimization/15993 ([lno] Compiler hangs at -O3) PR tree-optimization/15993 * tree-ssa-dom.c (thread_across_edge): Do not thread edge if its destination is unchanged. [[Split portion of a mixed commit.]] From-SVN: r83241.2 --- gcc/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d0401ebdc82..f74b850db64 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2004-06-16 Zdenek Dvorak + + PR tree-optimization/15993 + * tree-ssa-dom.c (thread_across_edge): Do not thread edge if its + destination is unchanged. + 2004-06-16 Andreas Jaeger * doc/install.texi (Configuration): Update description for -- 2.30.2