From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9041 invoked by alias); 5 May 2011 09:22:31 -0000 Received: (qmail 9032 invoked by uid 22791); 5 May 2011 09:22:30 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (38.113.113.100) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 05 May 2011 09:22:17 +0000 Received: (qmail 27200 invoked from network); 5 May 2011 09:22:16 -0000 Received: from unknown (HELO ?84.152.188.134?) (bernds@127.0.0.2) by mail.codesourcery.com with ESMTPA; 5 May 2011 09:22:16 -0000 Message-ID: <4DC26C2A.4050106@codesourcery.com> Date: Thu, 05 May 2011 09:23:00 -0000 From: Bernd Schmidt User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.15) Gecko/20110430 Lightning/1.0b3pre Thunderbird/3.1.9 MIME-Version: 1.0 To: Eric Botcazou CC: gcc-patches@gcc.gnu.org Subject: Re: [patch] Remove support for pending sizes References: <201105050938.47035.ebotcazou@adacore.com> In-Reply-To: <201105050938.47035.ebotcazou@adacore.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2011-05/txt/msg00386.txt.bz2 On 05/05/2011 09:38 AM, Eric Botcazou wrote: > Hi, > > this entirely removes the support for pending sizes from the compiler. The > prerequisite is Joseph's patch from yesterday. > > Bootstrapped/regtested on x86_64-suse-linux, OK for the mainline? OK. Bernd