From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4441 invoked by alias); 19 Oct 2004 21:33:18 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 4434 invoked from network); 19 Oct 2004 21:33:18 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 19 Oct 2004 21:33:18 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.10) with ESMTP id i9JLX8Si026625; Tue, 19 Oct 2004 17:33:14 -0400 Received: from potter.sfbay.redhat.com (potter.sfbay.redhat.com [172.16.27.15]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i9JLX8r09710; Tue, 19 Oct 2004 17:33:08 -0400 Received: from frothingslosh.sfbay.redhat.com (frothingslosh.sfbay.redhat.com [172.16.24.27]) by potter.sfbay.redhat.com (8.12.8/8.12.8) with ESMTP id i9JLX4vn019543; Tue, 19 Oct 2004 17:33:07 -0400 Received: from frothingslosh.sfbay.redhat.com (localhost.localdomain [127.0.0.1]) by frothingslosh.sfbay.redhat.com (8.12.10/8.12.10) with ESMTP id i9JLX3Ug020471; Tue, 19 Oct 2004 14:33:04 -0700 Received: (from rth@localhost) by frothingslosh.sfbay.redhat.com (8.12.10/8.12.10/Submit) id i9JLX3Mw020469; Tue, 19 Oct 2004 14:33:03 -0700 X-Authentication-Warning: frothingslosh.sfbay.redhat.com: rth set sender to rth@redhat.com using -f Date: Tue, 19 Oct 2004 21:36:00 -0000 From: Richard Henderson To: Zdenek Dvorak Cc: gcc-patches@gcc.gnu.org Subject: Re: [patch] for PR 18040 Message-ID: <20041019213303.GC19976@redhat.com> Mail-Followup-To: Richard Henderson , Zdenek Dvorak , gcc-patches@gcc.gnu.org References: <20041017191535.GA21330@atrey.karlin.mff.cuni.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041017191535.GA21330@atrey.karlin.mff.cuni.cz> User-Agent: Mutt/1.4.1i X-SW-Source: 2004-10/txt/msg01629.txt.bz2 On Sun, Oct 17, 2004 at 09:15:35PM +0200, Zdenek Dvorak wrote: > PR tree-optimization/18040 > * tree-gimple.c (is_gimple_component): New function. > (is_gimple_addressable, get_base_address): Use is_gimple_component. I think we should simply remove the casts from handled_component_p. r~