From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31191 invoked by alias); 16 May 2009 06:42:38 -0000 Received: (qmail 31178 invoked by uid 22791); 16 May 2009 06:42:37 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from mel.act-europe.fr (HELO mel.act-europe.fr) (212.99.106.210) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 16 May 2009 06:42:32 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id EC3B6290015; Sat, 16 May 2009 08:42:28 +0200 (CEST) Received: from mel.act-europe.fr ([127.0.0.1]) by localhost (smtp.eu.adacore.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id sHiNoDt3HM-0; Sat, 16 May 2009 08:42:22 +0200 (CEST) Received: from [192.168.1.3] (83-152-228-150.rev.libertysurf.net [83.152.228.150]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mel.act-europe.fr (Postfix) with ESMTP id 45425290001; Sat, 16 May 2009 08:42:22 +0200 (CEST) From: Eric Botcazou To: Jamie Prescott Subject: Re: 4.4 API changes Date: Sat, 16 May 2009 09:38:00 -0000 User-Agent: KMail/1.9.6 (enterprise 20070904.708012) Cc: gcc@gcc.gnu.org, Diego Novillo References: <861076.29856.qm@web111612.mail.gq1.yahoo.com> <124933.73562.qm@web111613.mail.gq1.yahoo.com> In-Reply-To: <124933.73562.qm@web111613.mail.gq1.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200905160847.10989.ebotcazou@adacore.com> Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org X-SW-Source: 2009-05/txt/msg00419.txt.bz2 > This is the varargs code, and I currently solved it by using > append_to_statement_list(), and then adding the resulting tree to the pre_p > and post_p using gimplify_and_add(). Is it OK? Take a look at mainstream ports (x86, rs6000, etc) and use them as a model. -- Eric Botcazou