From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17588 invoked by alias); 5 Dec 2001 23:52:35 -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 17022 invoked from network); 5 Dec 2001 23:51:19 -0000 Received: from unknown (HELO dot.cygnus.com) (205.180.230.224) by sources.redhat.com with SMTP; 5 Dec 2001 23:51:19 -0000 Received: (from rth@localhost) by dot.cygnus.com (8.11.2/8.11.2) id fB5NpDO08883; Wed, 5 Dec 2001 15:51:13 -0800 X-Authentication-Warning: dot.cygnus.com: rth set sender to rth@redhat.com using -f Date: Wed, 05 Dec 2001 15:52:00 -0000 From: Richard Henderson To: dimmy Cc: gcc@gcc.gnu.org Subject: Re: Legitimize address, Please HELP! Message-ID: <20011205155113.B8874@redhat.com> Mail-Followup-To: Richard Henderson , dimmy , gcc@gcc.gnu.org References: <3C0E1421.1080906@mail.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3C0E1421.1080906@mail.ru>; from diwil@mail.ru on Wed, Dec 05, 2001 at 03:33:37PM +0300 X-SW-Source: 2001-12/txt/msg00252.txt.bz2 On Wed, Dec 05, 2001 at 03:33:37PM +0300, dimmy wrote: > if (GET_CODE (operand) == PLUS > && GET_CODE (XEXP (operand, 0)) == REG > && REG_OK_FOR_BASE_P (XEXP (operand, 0)) Should depend on strict here. r~