From owner-freebsd-x11@FreeBSD.ORG Sat May 25 19:10:01 2013 Return-Path: Delivered-To: freebsd-x11@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 9B511A35 for ; Sat, 25 May 2013 19:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 8C90CD4 for ; Sat, 25 May 2013 19:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r4PJA1We032702 for ; Sat, 25 May 2013 19:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r4PJA1nL032701; Sat, 25 May 2013 19:10:01 GMT (envelope-from gnats) Date: Sat, 25 May 2013 19:10:01 GMT Message-Id: <201305251910.r4PJA1nL032701@freefall.freebsd.org> To: freebsd-x11@FreeBSD.org Cc: From: Dimitry Andric Subject: Re: ports/178977: x11-drivers/xf86-video-intel: Assertion failed: (TheLoop-> getLoopPreheader() X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Dimitry Andric List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 May 2013 19:10:01 -0000 The following reply was made to PR ports/178977; it has been noted by GNATS. From: Dimitry Andric To: "O. Hartmann" Cc: bug-followup@FreeBSD.org Subject: Re: ports/178977: x11-drivers/xf86-video-intel: Assertion failed: (TheLoop->getLoopPreheader() Date: Sat, 25 May 2013 21:00:58 +0200 On May 25, 2013, at 20:44, "O. Hartmann" = wrote: > On Sat, 2013-05-25 at 20:17 +0200, Dimitry Andric wrote: >> This looks like , a bug = in >> the vectorizer (which is enabled by default at -O3). ... >> = >>=20 >> and rebuild clang: >>=20 >> cd /usr/src/lib/clang/libllvmvectorize && make >> cd /usr/src/usr.bin/clang/clang && make && sudo make install >=20 > With the patch applied, x11-drivers/xf86-video-intel builds, but I can > not say whether it works, since I have no X11 on an Intel iGPU. >=20 > Thanks, the issue should be closed due to my -O3 compiling. Or marked > fixed with the provided patch? I will import the fix for clang from upstream. I also think it will go into the 3.3 branch, but better to fix the issue now, before too many people encounter it...