From owner-freebsd-current@freebsd.org Sun May 29 09:15:49 2016 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 501A3B51F41 for ; Sun, 29 May 2016 09:15:49 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from mail.madpilot.net (grunt.madpilot.net [78.47.145.38]) (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 19B021985 for ; Sun, 29 May 2016 09:15:48 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from mail (mail [192.168.254.3]) by mail.madpilot.net (Postfix) with ESMTP id 3rHYy874X1zZqp for ; Sun, 29 May 2016 11:15:44 +0200 (CEST) Received: from mail.madpilot.net ([192.168.254.3]) by mail (mail.madpilot.net [192.168.254.3]) (amavisd-new, port 10024) with ESMTP id ecUzktMwgBrM for ; Sun, 29 May 2016 11:15:43 +0200 (CEST) Received: from marvin.madpilot.net (micro.madpilot.net [88.149.173.206]) by mail.madpilot.net (Postfix) with ESMTPSA for ; Sun, 29 May 2016 11:15:43 +0200 (CEST) To: FreeBSD CURRENT From: Guido Falsi Subject: clang crash while compiling a port on head i386 Message-ID: <46def834-2739-7848-ed69-1404ba500f7f@FreeBSD.org> Date: Sun, 29 May 2016 11:15:42 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.1.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.22 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, 29 May 2016 09:15:49 -0000 Hi, The port games/0ad which I maintain crashes during compilation on i386 with clang. It says an assertion failed: Assertion failed: (Subtarget->hasSSE2() && "Requires at least SSE2!"), function ReplaceNodeResults, file /poudriere/jails/11i386/usr/src/lib/clang/libllvmx86codegen/../../../contrib/llvm/lib/Target/X86/X86ISelLowering.cpp, line 20435. It's happening both on the cluster and on my system. Maybe it's showing up only when building in a i386 jail on an amd64 system? Is anyone able to give me some more insight on this? Maybe I should file a bug report in bugzilla? The full log can also be found on the cluster: http://beefy3.nyi.freebsd.org/data/head-i386-default/p415968_s300895/logs/0ad-0.0.20.log Thanks in advance. -- Guido Falsi