From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31472 invoked by alias); 13 Aug 2004 20:13:03 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 31463 invoked from network); 13 Aug 2004 20:13:02 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 13 Aug 2004 20:13:02 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.10/8.12.10) with ESMTP id i7DKD2e1015087; Fri, 13 Aug 2004 16:13:02 -0400 Received: from pobox.toronto.redhat.com (pobox.toronto.redhat.com [172.16.14.4]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i7DKCva23868; Fri, 13 Aug 2004 16:12:57 -0400 Received: from tornado.toronto.redhat.com (tornado.toronto.redhat.com [172.16.14.228]) by pobox.toronto.redhat.com (8.12.8/8.12.8) with ESMTP id i7DKCuse011693; Fri, 13 Aug 2004 16:12:56 -0400 Subject: Re: Question on cfg_remove_useless_stmts_bb From: Diego Novillo To: Richard Kenner Cc: "gcc@gcc.gnu.org" In-Reply-To: <10408131953.AA16722@vlsi1.ultra.nyu.edu> References: <10408131953.AA16722@vlsi1.ultra.nyu.edu> Content-Type: text/plain Organization: Red Hat Canada Message-Id: <1092427976.25985.2.camel@tornado.toronto.redhat.com> Mime-Version: 1.0 Date: Fri, 13 Aug 2004 20:19:00 -0000 Content-Transfer-Encoding: 7bit X-SW-Source: 2004-08/txt/msg00575.txt.bz2 On Fri, 2004-08-13 at 15:53, Richard Kenner wrote: > I'm getting a failure on c-torture/execute/930513-2.c with -O3 and what's > happening is that the out of ssa pass is looking at > On a clean tree? This test worked fine last night on all of x86, x86-64, alpha, ppc and ia64. Diego.