From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27362 invoked by alias); 4 Feb 2004 01:34:33 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 27290 invoked from network); 4 Feb 2004 01:34:32 -0000 Received: from unknown (HELO mwinf0303.wanadoo.fr) (193.252.22.28) by sources.redhat.com with SMTP; 4 Feb 2004 01:34:32 -0000 Received: from takamaka.act-europe.fr (AStDenis-103-1-3-186.w81-249.abo.wanadoo.fr [81.249.113.186]) by mwinf0303.wanadoo.fr (SMTP Server) with ESMTP id 1F18C5000865 for ; Wed, 4 Feb 2004 02:34:31 +0100 (CET) Received: by takamaka.act-europe.fr (Postfix, from userid 507) id 6DF3247D62; Wed, 4 Feb 2004 05:34:28 +0400 (RET) Date: Wed, 04 Feb 2004 01:34:00 -0000 From: Joel Brobecker To: gdb-patches@sources.redhat.com Subject: Re: [patch/rfc] Test struct0 Message-ID: <20040204013428.GV18961@gnat.com> References: <40203797.8010607@gnu.org> <20040204004620.GA9431@nevyn.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040204004620.GA9431@nevyn.them.org> User-Agent: Mutt/1.4i X-SW-Source: 2004-02/txt/msg00060.txt.bz2 > While it's not legal C, I believe that it is legal C++. And the equivalent is legal in Ada too. (We have two equivalent forms: type Empty is record end record; or a shorter version: type Empty is null record; ) I was about to have a look at this for us, actually. So if we open a PR, it can be assigned to me. -- Joel