From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/808 Path: news.gmane.org!not-for-mail From: nwmcsween@gmail.com Newsgroups: gmane.linux.lib.musl.general Subject: Re: Error compiling with clang Date: Mon, 7 May 2012 14:10:27 -0700 Message-ID: References: Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (1.0) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1336425060 1598 80.91.229.3 (7 May 2012 21:11:00 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 7 May 2012 21:11:00 +0000 (UTC) To: "musl@lists.openwall.com" Original-X-From: musl-return-809-gllmg-musl=m.gmane.org@lists.openwall.com Mon May 07 23:10:59 2012 Return-path: Envelope-to: gllmg-musl@plane.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1SRVCr-0003lS-Gq for gllmg-musl@plane.gmane.org; Mon, 07 May 2012 23:10:57 +0200 Original-Received: (qmail 25659 invoked by uid 550); 7 May 2012 21:10:57 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 25651 invoked from network); 7 May 2012 21:10:56 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:references:from:content-type:x-mailer:in-reply-to :message-id:date:to:content-transfer-encoding:mime-version; bh=xCXF9VVjNXhGQyi9uZPSFM2zi7izpnknzHAmhWAS3vE=; b=Fn00Ur7Ok56AU3DDWUqrGbU7MmZDV0gDIda18Ud9QD9fuOo+bdrbmDrToeUHlvs9Pi BvpjafeOKAaLLbxPuSsHrPT2TBKCbtDrK+VcD6B9A2abk95gGbh2bki+wB+IYqmUmWti 63SDEVIhX6ox4FlsKcAsVqwyhnxCKiizye0hYZBCUEeSk9Yls8mlBkRwc3eA7DsaRlAP B2znch+d9klNuCShsD/y+jsb8yIsKMXItrvhQCFivYbPRI/fyxKHFT6PE4+hMYTjVtkP UTTvIVHaSDSHi/w262R/wJU5cKwy1NmzpcR7MuY18y+6kNYeFHaVlgRmWSnaEPDx1GMb TXpQ== X-Mailer: iPhone Mail (9A405) In-Reply-To: Xref: news.gmane.org gmane.linux.lib.musl.general:808 Archived-At: This is a bug with clang it wasn't implemented until recently, use svn Sent from my iPhone On May 7, 2012, at 1:13 PM, Truls Becken wrote: > Hi, > > Compiling musl 0.9.0 with clang 3.0 gives me the following: > > src/math/i386/llrint.s:5:2: error: invalid instruction mnemonic 'fistpq' > > Changing fistpq back to fistpl in the 3 llrint files makes it compile. > Is this a bug in clang? How should it be resolved? > > -Truls