From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:49265) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QHi0u-0007qr-Jv for qemu-devel@nongnu.org; Wed, 04 May 2011 15:45:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QHi0t-00026J-Og for qemu-devel@nongnu.org; Wed, 04 May 2011 15:45:36 -0400 Received: from fmmailgate01.web.de ([217.72.192.221]:39645) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QHi0t-00026B-Ii for qemu-devel@nongnu.org; Wed, 04 May 2011 15:45:35 -0400 Message-ID: <4DC1ACC3.2060801@web.de> Date: Wed, 04 May 2011 21:45:07 +0200 From: =?ISO-8859-15?Q?Andreas_F=E4rber?= MIME-Version: 1.0 References: <4DBD7D0C.4050106@web.de> <4DBDA5EA.7070708@web.de> In-Reply-To: <4DBDA5EA.7070708@web.de> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Sender: andreas.faerber@web.de Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] Build breakage on OpenSolaris - softfloat List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Peter Maydell > > On 1 May 2011 16:39, Andreas F=E4rber wrote: > =20 >> > Looks like an issue with make_floatx80(). Any ideas? >> =20 >> > $ gcc --version >> > gcc (GCC) 3.4.3 (csl-sol210-3_4-20050802) >> =20 > Hmm. I did a test build on x86 host with gcc 3.3.5 and gcc 3.4.6, > which were both OK, so it looks like it might be solaris > specific. Same with gcc 4.3.2: $ gcc-4.3.2 --version gcc-4.3.2 (GCC) 4.3.2 Copyright (C) 2008 Free Software Foundation, Inc. Dies ist freie Software; die Kopierbedingungen stehen in den Quellen. Es gibt KEINE Garantie; auch nicht f=FCr MARKTG=C4NGIGKEIT oder F=DCR SPEZIE= LLE=20 ZWECKE. This one is on OpenSolaris 2010.05 snv_134b (previously on 2009.06=20 snv_111b). Andreas