From gcc-patches-return-62799-listarch-gcc-patches=gcc dot gnu dot org at gcc dot gnu dot org Thu Jun 20 09:32:47 2002 Return-Path: Delivered-To: listarch-gcc-patches at gcc dot gnu dot org Received: (qmail 16690 invoked by alias); 20 Jun 2002 09:32:44 -0000 Mailing-List: contact gcc-patches-help at gcc dot gnu dot org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-patches-owner at gcc dot gnu dot org Delivered-To: mailing list gcc-patches at gcc dot gnu dot org Received: (qmail 16562 invoked from network); 20 Jun 2002 09:32:29 -0000 Received: from unknown (HELO executor.cambridge.redhat.com) (195.224.55.237) by sources dot redhat dot com with SMTP; 20 Jun 2002 09:32:29 -0000 Received: from prospero.cambridge.redhat.com (dell-paw-2.cambridge.redhat.com [195.224.55.226]) by executor dot cambridge dot redhat dot com (Postfix) with ESMTP id B14B3ABAFC; Thu, 20 Jun 2002 10:32:18 +0100 (BST) Received: by prospero.cambridge.redhat.com (Postfix, from userid 4046) id 1BAA9F79E8; Thu, 20 Jun 2002 10:31:41 +0100 (BST) To: Diego Novillo Cc: Daniel Berlin , Sebastian Pop , gcc-patches at gcc dot gnu dot org Subject: Re: PATCH Re: [ast-optimizer-branch]: Simplify STMT_EXPR's References: <20020620033113.GA2877@tornado.toronto.redhat.com> <20020620043819 dot GA3259 at tornado dot toronto dot redhat dot com> From: Jason Merrill In-Reply-To: <20020620043819 dot GA3259 at tornado dot toronto dot redhat dot com> (Diego Novillo's message of "Thu, 20 Jun 2002 00:38:20 -0400") Date: Thu, 20 Jun 2002 10:31:41 +0100 Message-ID: Lines: 9 User-Agent: Gnus/5.090007 (Oort Gnus v0.07) Emacs/21.1 (i686-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii >>>>> "Diego" == Diego Novillo writes: > What I meant is that variable 'saved_stmts_are_full_exprs_p' is a > local variable inside simplify_stmt() that is set but never used > in that function. Yep, that'll be fixed in a future patch. It doesn't currently matter. Jason