From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Fmr3e-0004u6-2H for qemu-devel@nongnu.org; Sun, 04 Jun 2006 07:46:14 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Fmr3c-0004tp-Sk for qemu-devel@nongnu.org; Sun, 04 Jun 2006 07:46:13 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fmr3c-0004tm-Os for qemu-devel@nongnu.org; Sun, 04 Jun 2006 07:46:12 -0400 Received: from [65.74.133.6] (helo=mail.codesourcery.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1FmrAX-0003NK-0t for qemu-devel@nongnu.org; Sun, 04 Jun 2006 07:53:21 -0400 From: Paul Brook Subject: Re: [Qemu-devel] yet another proposed solution for gcc 4.x Date: Sun, 4 Jun 2006 12:46:06 +0100 References: <20060604085935.GB24853@tapir.sajinet.com.pe> In-Reply-To: <20060604085935.GB24853@tapir.sajinet.com.pe> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200606041246.07373.paul@codesourcery.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On Sunday 04 June 2006 09:59, Carlo Marcelo Arenas Belon wrote: > Greetings, > > attached patch, adds a ./configure option for setting the C compiler that > will be used to build op.c for each of the targets; letting the user > compile everything else with gcc 4.x if configured as the default C > compiler while isolating the opcode generation which currently relies in > gcc 3.x for dyngen to be able to make sense of it. Why bother? As you say gcc4 has issues other than just op.c, so why not just compile everything with the old gcc? Paul