From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11142 invoked by alias); 18 May 2009 09:10:21 -0000 Received: (qmail 11132 invoked by uid 22791); 18 May 2009 09:10:20 -0000 X-SWARE-Spam-Status: No, hits=-2.4 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; Mon, 18 May 2009 09:10:17 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id D9AE4290033; Mon, 18 May 2009 11:10:14 +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 qAO67UWW-zGE; Mon, 18 May 2009 11:10:14 +0200 (CEST) Received: from cardhu.act-europe.fr (cardhu.act-europe.fr [10.10.0.168]) by mel.act-europe.fr (Postfix) with ESMTP id 1E87B29001A; Mon, 18 May 2009 11:10:14 +0200 (CEST) Received: by cardhu.act-europe.fr (Postfix, from userid 546) id 183B31D2; Mon, 18 May 2009 11:10:14 +0200 (CEST) Date: Mon, 18 May 2009 09:10:00 -0000 From: Olivier Hainque To: gcc-patches@gcc.gnu.org Cc: hainque@adacore.com Subject: [PING] support static nested constructors in bitfields (2/2) Message-ID: <20090518091014.GC29234@cardhu.act-europe.fr> References: <20090427103635.GB29582@cardhu.act-europe.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090427103635.GB29582@cardhu.act-europe.fr> User-Agent: Mutt/1.4.1i X-IsSubscribed: yes 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: 2009-05/txt/msg01118.txt.bz2 Hello, Ping for http://gcc.gnu.org/ml/gcc-patches/2009-04/msg02096.html > This is a resubmission of the patch suggested at > > http://gcc.gnu.org/ml/gcc-patches/2008-07/msg01862.html > > (second part of the output_constructor rework to let it handle nested > aggregates in bitfields)