From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3479 invoked by alias); 18 Oct 2005 00:01:19 -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 3457 invoked by uid 48); 18 Oct 2005 00:01:16 -0000 Date: Tue, 18 Oct 2005 00:01:00 -0000 Subject: [Bug rtl-optimization/24418] New: Redudant compare to zero not eliminated X-Bugzilla-Reason: CC Message-ID: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "evancheng at gcc dot gnu dot org" X-SW-Source: 2005-10/txt/msg02369.txt.bz2 List-Id: Compile the attached code with -O3. It produces an redundent cmpl following a subl: subl 28(%ebp), %eax cmpl $0, %eax je L12 jg L10 Looks like it's missing a insn pattern so combine would combine subl + cmpl. See http://gcc.gnu.org/ml/gcc/2005-10/msg00347.html -- Summary: Redudant compare to zero not eliminated Product: gcc Version: 4.0.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: rtl-optimization AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: evancheng at gcc dot gnu dot org GCC build triplet: i686-pc-linux-gnu GCC host triplet: i686-pc-linux-gnu GCC target triplet: i686-pc-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24418