From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23198 invoked by alias); 22 Jun 2004 20:10:42 -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 23190 invoked from network); 22 Jun 2004 20:10:41 -0000 Received: from unknown (HELO mail.codesourcery.com) (65.74.133.5) by sourceware.org with SMTP; 22 Jun 2004 20:10:41 -0000 Received: (qmail 16728 invoked from network); 22 Jun 2004 20:10:41 -0000 Received: from localhost (HELO codesourcery.com) (mitchell@127.0.0.1) by mail.codesourcery.com with SMTP; 22 Jun 2004 20:10:41 -0000 Message-ID: <40D89244.6010204@codesourcery.com> Date: Tue, 22 Jun 2004 21:03:00 -0000 From: Mark Mitchell Organization: CodeSourcery, LLC User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040113 MIME-Version: 1.0 To: Richard Kenner CC: gcc-patches@gcc.gnu.org Subject: Re: Patch to allow Ada to work with tree-ssa References: <10406221938.AA09524@vlsi1.ultra.nyu.edu> In-Reply-To: <10406221938.AA09524@vlsi1.ultra.nyu.edu> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-06/txt/msg01790.txt.bz2 Richard Kenner wrote: > That's why you should find another way -- a different tree code, a > flag in the node indicating how many arguments are in use, or stuff > the additional arguments into the existing slots by using a TREE_LIST > in those slots as necessary. > >Yes, but what I hear from the tree-ssa folks is that it's absolutely >critical that GIMPLE be as simple as possible, which goes against any >of those methods. > > RTH has already said he's in favor of this approach, and he's one of the tree-ssa folks. Please add an additional tree code to handle these special cases. -- Mark Mitchell CodeSourcery, LLC (916) 791-8304 mark@codesourcery.com