From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4987 invoked by alias); 4 Mar 2004 03:06:05 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 4964 invoked by uid 48); 4 Mar 2004 03:06:05 -0000 Date: Thu, 04 Mar 2004 03:06:00 -0000 Message-ID: <20040304030605.4963.qmail@sources.redhat.com> From: "pinskia at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20010511150601.2806.eric-gcc@omnifarious.org> References: <20010511150601.2806.eric-gcc@omnifarious.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug optimization/2806] if's are not combined together X-Bugzilla-Reason: CC X-SW-Source: 2004-03/txt/msg00545.txt.bz2 List-Id: ------- Additional Comments From pinskia at gcc dot gnu dot org 2004-03-04 03:06 ------- We are now missing one jump threading for some reason: (From .DOM3): { : if (eax_1 == 65535) goto ; else goto ; :; if (edx_2 == 1) goto ; else goto ; :; abarney[0] = 5; abarney[1] = 6; :; edx_3 = edx_2 - 1; if (edx_3 == 0) goto ; else goto ; :; afred[0] = 2; :; return; } -- What |Removed |Added ---------------------------------------------------------------------------- CC| |law at gcc dot gnu dot org Status|SUSPENDED |NEW Last reconfirmed|2003-12-04 09:14:27 |2004-03-04 03:06:04 date| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=2806