From owner-freebsd-toolchain@FreeBSD.ORG Sat Aug 24 19:58:38 2013 Return-Path: Delivered-To: toolchain@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 6CC07A1F; Sat, 24 Aug 2013 19:58:38 +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 251AB202F; Sat, 24 Aug 2013 19:58:37 +0000 (UTC) Received: from slw by zxy.spb.ru with local (Exim 4.69 (FreeBSD)) (envelope-from ) id 1VDK0o-0000r2-6e; Sun, 25 Aug 2013 00:00:42 +0400 Date: Sun, 25 Aug 2013 00:00:42 +0400 From: Slawa Olhovchenkov To: Adrian Chadd Subject: Re: patch to add AES intrinsics to gcc Message-ID: <20130824200042.GF3796@zxy.spb.ru> References: <20130822200902.GG94127@funkthat.com> <105E26EE-8471-49D3-AB57-FBE2779CF8D0@FreeBSD.org> <5CE4B5FA-9DA0-45E4-8D67-161E0829FE6B@FreeBSD.org> <52173C8D.20608@freebsd.org> <20130823114635.GB64913@zxy.spb.ru> <20130823210513.GA3796@zxy.spb.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130823210513.GA3796@zxy.spb.ru> 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: "re@FreeBSD.org Engineering Team" , "current@freebsd.org" , John-Mark Gurney , toolchain@freebsd.org, Julian Elischer X-BeenThere: freebsd-toolchain@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Maintenance of FreeBSD's integrated toolchain List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Aug 2013 19:58:38 -0000 On Sat, Aug 24, 2013 at 01:05:13AM +0400, Slawa Olhovchenkov wrote: > On Fri, Aug 23, 2013 at 06:54:44AM -0700, Adrian Chadd wrote: > > > Hi! > > > > If firewire code doesn't build on clang correctly, have you filed a bug so > > it gets looked at before 10.0 is released? that's pretty broken > > code/behaviour. > > How I can do it correctly? > Currently in src.conf: > > WITHOUT_CLANG=yes > WITHOUT_CLANG_IS_CC=yes > > Need recompile world? > System build from sources Jun 8. clang -- Jan 9. I build world w/o this options. After this I build kernel and install it. Reboot. acpiconf -s 3. power button. I got NMI. Sorry, dump don't allowed -- dump device don't ready at this moment. This is screenphoto http://zxy.spb.ru/13080005.jpg Kernel builded by GCC succeseful resuming (w/o NMI). Is it sufficient information for open PR?