From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23635 invoked by alias); 21 Mar 2004 16:56:11 -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 23622 invoked from network); 21 Mar 2004 16:56:10 -0000 Received: from unknown (HELO smtp3.libero.it) (193.70.192.127) by sources.redhat.com with SMTP; 21 Mar 2004 16:56:10 -0000 Received: from philo (151.29.222.135) by smtp3.libero.it (7.0.027-DD01) id 404F148A002CB7DB; Sun, 21 Mar 2004 17:56:02 +0100 Message-ID: <005001c40f65$37429340$87de1d97@philo> From: "Paolo Bonzini" To: "Richard Henderson" Cc: "GCC Development" References: <20040319160636.GA22342@fencepost> <20040319200037.GB26527@redhat.com> <006401c40e51$7b8944f0$73dc1d97@philo> <20040320180903.GA2151@redhat.com> Subject: Re: Marking variable as addressable from within SSA pass Date: Sun, 21 Mar 2004 18:17:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-SW-Source: 2004-03/txt/msg01252.txt.bz2 > We need to invent something for this. Do not use ADDR_EXPR. Okay to use VIEW_CONVERT_EXPR to a struct containing an array (see finish_vector in tree.c), and hope for SRA to do something? Paolo