From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/805 Path: news.gmane.org!not-for-mail From: Truls Becken Newsgroups: gmane.linux.lib.musl.general Subject: Error compiling with clang Date: Mon, 7 May 2012 22:13:06 +0200 Message-ID: Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: dough.gmane.org 1336421607 7296 80.91.229.3 (7 May 2012 20:13:27 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 7 May 2012 20:13:27 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-806-gllmg-musl=m.gmane.org@lists.openwall.com Mon May 07 22:13:22 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 1SRUJ6-0001x9-GA for gllmg-musl@plane.gmane.org; Mon, 07 May 2012 22:13:20 +0200 Original-Received: (qmail 1491 invoked by uid 550); 7 May 2012 20:13:19 -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 1482 invoked from network); 7 May 2012 20:13:19 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=PzkUkqrgz9PeAiSrRp2uYibE+OUBdIQTF4IqYAN9kdI=; b=T7FjwTYir4PdmdeCUIuBZKu5EsZy8qL1i4OgIcKxM6sOyaolpDhKbKHkU1fA/i/0/Q zaLA5mKboSBfGphs9+SMa4UfSiwLZC9g2qZm2BMzd5eAAqQfaXfJi6VQGqCqXJZFBfY9 2622p7i7JJS3VljTmF/jrjvT7beghS5wNAk11CVxU7Dasy9CdvCt6iIiS7OLry2Toh19 LwdlYIHBA5HGKjFALc6Z3XSSUXDFsiF3V3Q4hiXVjH6z4cDTu+hRF7BqnznO20QM6O4q PCOq9Q3V46dTlRtw4OaIKERHLU4Hq3WCVU5DZM3sWMDOiF3INgNYYrmCyX1Y3qlvi/0P J70A== Xref: news.gmane.org gmane.linux.lib.musl.general:805 Archived-At: 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