From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7888 invoked by alias); 29 Jul 2004 11:25:45 -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 7881 invoked from network); 29 Jul 2004 11:25:44 -0000 Received: from unknown (HELO vlsi1.ultra.nyu.edu) (128.122.140.213) by sourceware.org with SMTP; 29 Jul 2004 11:25:44 -0000 Received: by vlsi1.ultra.nyu.edu (4.1/1.34) id AA07699; Thu, 29 Jul 04 07:27:57 EDT Date: Thu, 29 Jul 2004 18:43:00 -0000 From: kenner@vlsi1.ultra.nyu.edu (Richard Kenner) Message-Id: <10407291127.AA07699@vlsi1.ultra.nyu.edu> To: dnovillo@redhat.com Subject: Re: Patch to allow Ada to work with tree-ssa Cc: gcc-patches@gcc.gnu.org X-SW-Source: 2004-07/txt/msg02622.txt.bz2 The FE ought to set TREE_INVARIANT on ADDR_EXPRs, when appropriate. I don't see that as the responsibility of a front end, but of build1 in tree.c. We want all front ends to do exactly the same thing here.