From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/2071 Path: news.gmane.org!not-for-mail From: John Spencer Newsgroups: gmane.linux.lib.musl.general Subject: musl mips fails to compile with gcc 3.4.6 Date: Wed, 10 Oct 2012 23:51:25 +0200 Message-ID: <5075EDDD.1080904@barfooze.de> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1349905310 28265 80.91.229.3 (10 Oct 2012 21:41:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 10 Oct 2012 21:41:50 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-2072-gllmg-musl=m.gmane.org@lists.openwall.com Wed Oct 10 23:41:55 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 1TM42M-0006vm-R5 for gllmg-musl@plane.gmane.org; Wed, 10 Oct 2012 23:41:54 +0200 Original-Received: (qmail 3406 invoked by uid 550); 10 Oct 2012 21:41:48 -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 3398 invoked from network); 10 Oct 2012 21:41:48 -0000 User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.14) Gecko/20110221 SUSE/3.1.8 Mail/1.0 Xref: news.gmane.org gmane.linux.lib.musl.general:2071 Archived-At: src/aio/aio_readwrite.c: In function `io_thread': ./arch/mips/pthread_arch.h:7: error: impossible constraint in `asm' __asm__ __volatile__ (".word 0x7c03e83b" : "=v" (self) ); #ifdef __clang__ --> #if defined(__clang__) || (defined(__GNUC__) && (__GNUC__ < 4)) fixes it