From owner-freebsd-current@FreeBSD.ORG Sun Aug 25 07:51:05 2013 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 5DA11DD9; Sun, 25 Aug 2013 07:51:05 +0000 (UTC) (envelope-from slw@zxy.spb.ru) Received: from zxy.spb.ru (zxy.spb.ru [195.70.199.98]) by mx1.freebsd.org (Postfix) with ESMTP id 16D852EB4; Sun, 25 Aug 2013 07:51:05 +0000 (UTC) Received: from slw by zxy.spb.ru with local (Exim 4.69 (FreeBSD)) (envelope-from ) id 1VDV8J-0005SZ-3n; Sun, 25 Aug 2013 11:53:11 +0400 Date: Sun, 25 Aug 2013 11:53:11 +0400 From: Slawa Olhovchenkov To: Scot Hetzel Subject: Re: GCC withdraw Message-ID: <20130825075311.GJ3796@zxy.spb.ru> References: <105E26EE-8471-49D3-AB57-FBE2779CF8D0@FreeBSD.org> <5217413A.9080105@passap.ru> <20130823111647.GT2951@home.opsec.eu> <521745F2.8050607@passap.ru> <20130824115158.GA88999@zxy.spb.ru> <20130824154217.GE3796@zxy.spb.ru> <20130824224204.GH3796@zxy.spb.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: slw@zxy.spb.ru X-SA-Exim-Scanned: No (on zxy.spb.ru); SAEximRunCond expanded to false Cc: "Sam Fourman Jr." , toolchain@freebsd.org, David Chisnall , Boris Samorodov , FreeBSD Current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Aug 2013 07:51:05 -0000 On Sun, Aug 25, 2013 at 02:23:54AM -0500, Scot Hetzel wrote: > On Sat, Aug 24, 2013 at 5:42 PM, Slawa Olhovchenkov wrote: > > On Sat, Aug 24, 2013 at 07:42:17PM +0400, Slawa Olhovchenkov wrote: > > > >> On Sat, Aug 24, 2013 at 01:10:46PM +0100, David Chisnall wrote: > >> > >> > On 24 Aug 2013, at 12:51, Slawa Olhovchenkov wrote: > >> > > >> > > Oh, I remember. mplayer on i386 can't be builded witch clang -- clang > >> > > don't understand inlined asm. > >> > > >> > Clang supports inline asm. If there is some specific inline asm > >> > syntax that clang does not recognise, then please will you point me > >> > to the relevant LLVM bug report and I will investigate it. > >> > >> Sorry, I don't know about clang/llvm bug reports, I just try to build > >> mplayer with Win32 codecs support on FreeBSD-10/i386. > >> > >> And currenly (in rev r315041) building by clang disabled in ports tree. > > > > And i found PR about clang and mplayer: ports/176272 > > This PR contains log with build error log. > > PR176272 is form mplayer-1.1.r20120721_2, and was closed due to the > issue was fixed by updating the port to a more recent version. > > Mplayer is currently mplayer-1.1.r20130308, do you still see the same > issues with clang? Now issues as in ports/180564. Not same, but very close ('ran out of registers during register allocation' in other place).