From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/2475 Path: news.gmane.org!not-for-mail From: ojab Newsgroups: gmane.linux.lib.musl.general Subject: Re: spandsp build, lrint/sqrt/pow issue Date: Fri, 14 Dec 2012 18:21:50 +0400 Message-ID: <50CB35FE.2050705@ojab.ru> References: <50CAF645.9000804@ojab.ru> <20121214124026.GO23126@port70.net> <50CB22CD.1070208@ojab.ru> <20121214133342.GQ23126@port70.net> 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 1355494930 14675 80.91.229.3 (14 Dec 2012 14:22:10 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 14 Dec 2012 14:22:10 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-2476-gllmg-musl=m.gmane.org@lists.openwall.com Fri Dec 14 15:22: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 1TjW9b-0006L9-1A for gllmg-musl@plane.gmane.org; Fri, 14 Dec 2012 15:22:19 +0100 Original-Received: (qmail 17471 invoked by uid 550); 14 Dec 2012 14:22:06 -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 17463 invoked from network); 14 Dec 2012 14:22:05 -0000 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding :x-gm-message-state; bh=CQ3GC9qE/S+uUeXIxL45ggN6AAkSPooQGNUygq+yOM0=; b=LT19DM+CMt6Kv2qdB8rhBYRBo70kH1xT5OqlQXyfBVzBeRL/HdTzIs/nRodAuStZ5j Wb06/Fl4/mC96iyZkqX/buGRHGW5jAQNEcPU1c3Pd/29I8XbiXx/Tjt1ultdjnok4siS eZOLsC7cyArd6XqbSeUDMCnDFsF/sOaNOw5ttz+QvzpsAYT9Fw60mxrXChWe0WYUvqu+ y/lVySLWL/c3BB0nSXaMi4Is76pgLYlCoLpOF2CLNtXrnyf4Po6ceSyGTpnw4ck1+Zxw 9ReNb4obNmtPbIx0qU2au6eGcIzhZV3OfhIsgU703Cl3sV+h/kZuLAqIlyl1JLZ7k4jq XRzA== User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:20.0) Gecko/20100101 Thunderbird/20.0a1 In-Reply-To: <20121214133342.GQ23126@port70.net> X-Gm-Message-State: ALoCoQlOvOUow6onNJ3H1DaxfxCPAKtSnyl1XA6Ne91qr1nIFYOmDPzYoD4BfrzgMqDZd+FsnBbk Xref: news.gmane.org gmane.linux.lib.musl.general:2475 Archived-At: On 14.12.2012 17:33, Szabolcs Nagy wrote: > * ojab [2012-12-14 16:59:57 +0400]: > > both of these expressions work here (i386, gcc-4.4) > > i think your compiler does not like the tgmath __RETCAST magic > and i have no idea what went wrong Looks like you're right and this is gcc-4.5.4 bug: gcc-4.2.4 on the same system builds spandsp without any issues. //wbr ojab