From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KmrvT-0003s1-Pa for qemu-devel@nongnu.org; Mon, 06 Oct 2008 11:23:11 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KmrvR-0003rK-CE for qemu-devel@nongnu.org; Mon, 06 Oct 2008 11:23:11 -0400 Received: from [199.232.76.173] (port=59537 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KmrvR-0003rH-6P for qemu-devel@nongnu.org; Mon, 06 Oct 2008 11:23:09 -0400 Received: from yw-out-1718.google.com ([74.125.46.152]:32515) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KmrvQ-0001RP-PH for qemu-devel@nongnu.org; Mon, 06 Oct 2008 11:23:09 -0400 Received: by yw-out-1718.google.com with SMTP id 6so434283ywa.82 for ; Mon, 06 Oct 2008 08:23:05 -0700 (PDT) Message-ID: <48EA2D56.4040908@codemonkey.ws> Date: Mon, 06 Oct 2008 10:23:02 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [patch 1/2] machine struct - use C99 initializers References: <48EA0E22.4080302@sgi.com> <48EA28DC.40604@sgi.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Johannes Schindelin Cc: Jes Sorensen , qemu-devel@nongnu.org Johannes Schindelin wrote: > Hi, > > On Mon, 6 Oct 2008, Jes Sorensen wrote: > > >> Johannes Schindelin wrote: >> >> >>> P.S.: before somebody says that GCC is C99 compliant: search the >>> mailing list for the Beos GCC2 issue which was mentioned not long ago. >>> >> GCC is sufficiently C99 compliant to handle this style of initializers. >> Maybe it's not C99 compliant enough for other stuff, but on this front >> it does just fine. >> > > I just wish you would have researched a bit better. (And no, adding to > the pile does not make your intention any better.) > > Nobody ever disputed that _you_ have no problem with your patch. > FWIW, we already use this feature in QEMU. Is there a specific compiler you're concerned about? QEMU won't compile on a compiler that doesn't support this construct right now and hasn't been able to for a very long time (years, if ever). Regards, Anthony Liguori > Sigh, > Dscho > >