From owner-freebsd-current@freebsd.org Thu Oct 15 12:03:46 2015 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 87458A131BD for ; Thu, 15 Oct 2015 12:03:46 +0000 (UTC) (envelope-from ohartman@zedat.fu-berlin.de) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 44D9C1F49; Thu, 15 Oct 2015 12:03:45 +0000 (UTC) (envelope-from ohartman@zedat.fu-berlin.de) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost.zedat.fu-berlin.de (Exim 4.85) with esmtp (envelope-from ) id <1ZmhCj-000dn8-6I>; Thu, 15 Oct 2015 14:00:17 +0200 Received: from p578a69f9.dip0.t-ipconnect.de ([87.138.105.249] helo=freyja.zeit4.iv.bundesimmobilien.de) by inpost2.zedat.fu-berlin.de (Exim 4.85) with esmtpsa (envelope-from ) id <1ZmhCi-000ZmI-NF>; Thu, 15 Oct 2015 14:00:17 +0200 Date: Thu, 15 Oct 2015 14:00:04 +0200 From: "O. Hartmann" To: Dimitry Andric Cc: freebsd-current Subject: Re: Fixed with r289221 (was: Re: CURRENT: build failure with clang 3.7.0) Message-ID: <20151015140004.0ff72dfb@freyja.zeit4.iv.bundesimmobilien.de> In-Reply-To: <578D8BA0-F9B6-4C97-BEBF-C197F4CBC57D@FreeBSD.org> References: <20151007093727.0db8e2e6@freyja.zeit4.iv.bundesimmobilien.de> <20151007133323.364655dd@freyja.zeit4.iv.bundesimmobilien.de> <2B9A426D-12FE-4D70-9182-7F84408A6001@FreeBSD.org> <20151010181242.5d8e2da1.ohartman@zedat.fu-berlin.de> <578D8BA0-F9B6-4C97-BEBF-C197F4CBC57D@FreeBSD.org> Organization: FU Berlin X-Mailer: Claws Mail 3.12.0 (GTK+ 2.24.28; amd64-portbld-freebsd11.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Originating-IP: 87.138.105.249 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 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: Thu, 15 Oct 2015 12:03:46 -0000 On Tue, 13 Oct 2015 18:30:08 +0200 Dimitry Andric wrote: > On 10 Oct 2015, at 19:39, Dimitry Andric wrote: > > > > On 10 Oct 2015, at 18:12, O. Hartmann wrote: > > ... > >> Is there any chance that the failure of clang 3.7.0 with some AVX-equipted > >> Intel processors gets fixed soon? > > > > I reported the bug upstream, did number of bisections to drill down to > > the root cause (hopefully), and found an LLVM committer who has made a > > "quick hack" fix. This fix needs further review and test cases, though, > > before it is sane enough to commit upstream, and to import into our > > tree. This work will probably be done after the weekend. > > I committed the upstream fix in r289221. You should now be able to use > CPUTYPE safely again. Let me know if anything still breaks. :) > > -Dimitry > Everything is well and shiny again. Thank you very much. Oliver