From owner-freebsd-current@freebsd.org Tue Jan 30 04:14:01 2018 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 128C8ED5B67 for ; Tue, 30 Jan 2018 04:14:01 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: from mail-io0-f175.google.com (mail-io0-f175.google.com [209.85.223.175]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8E9E179B43 for ; Tue, 30 Jan 2018 04:14:00 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: by mail-io0-f175.google.com with SMTP id b198so9958836iof.6 for ; Mon, 29 Jan 2018 20:14:00 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:reply-to:in-reply-to:references :from:date:message-id:subject:to:cc:content-transfer-encoding; bh=+jmgEC2yERoBZfn1oyNpOrnoOv5G/KgTtPW7mOynC1g=; b=IfQDWPeSHkqoR7tMVpT8CuSWH8eqPydLs1DOGpTG3Zz/S0lWkE94vQ5UAwch16XwFY hKCVRuvANUm1QV7tR266+CvjIrMhRjYSeIN9vpxtIRrerfcZmdt9hPemWbsAkOBbW0Ya rDtohJgy7c0cwJtbCdOkWec4ILwppD/KcKGHcZ37IJwoDat3IIRxLnGRCO7m/6bubYAf c39FOZjPDmSIta2VAKTQcLmzmJBexnPL3a2Vnr55BV5uhHW6Q267h1n+Pgq8kMu3erUh FlduVdPnTPXg1OPS5PXrrxegAtlB/1r6O3XoC2NPPElu/1tk4eqeMSuM8fpo+PJUr4jJ pG3Q== X-Gm-Message-State: AKwxytcs8uuvd7lnvQLT0qTf1bw5/59hn/AXkOsEx/fR/KfWsaUi7zM6 yvqim1i19uOcCXG0o+RDcSyDhA+1 X-Google-Smtp-Source: AH8x226x5X/IdI0MMr6vJlD1wGui+gkKwACIHnWyQVAvMWh13J/At7MPhI54ynpu/i28tsqd7JI4LQ== X-Received: by 10.107.7.69 with SMTP id 66mr29024086ioh.216.1517285634485; Mon, 29 Jan 2018 20:13:54 -0800 (PST) Received: from mail-io0-f181.google.com (mail-io0-f181.google.com. [209.85.223.181]) by smtp.gmail.com with ESMTPSA id d1sm5114997iti.18.2018.01.29.20.13.54 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 29 Jan 2018 20:13:54 -0800 (PST) Received: by mail-io0-f181.google.com with SMTP id 72so9932023iom.10 for ; Mon, 29 Jan 2018 20:13:54 -0800 (PST) X-Received: by 10.107.15.89 with SMTP id x86mr29672737ioi.38.1517285634159; Mon, 29 Jan 2018 20:13:54 -0800 (PST) MIME-Version: 1.0 Reply-To: cem@freebsd.org Received: by 10.2.95.152 with HTTP; Mon, 29 Jan 2018 20:13:53 -0800 (PST) In-Reply-To: <20180130035717.GA2843@abeing> References: <20180130035717.GA2843@abeing> From: Conrad Meyer Date: Mon, 29 Jan 2018 20:13:53 -0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: multimedia/libvpx cause clang fatal error on CURRENT To: Iblis Lin Cc: freebsd-current Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.25 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: Tue, 30 Jan 2018 04:14:01 -0000 Is this the same issue as https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D225488 ? That was fixed in r328513. Please try that revision if you're not at it yet. On Mon, Jan 29, 2018 at 7:57 PM, Iblis Lin wrote: > Hi, > > I got this while building multimedia/libvpx > > ``` > cc -O2 -pipe -march=3Dnative ... > #0: t25: v8i64 =3D llvm.x86.avx512.psad.bw.512 TargetConstant:i64<5820>, = t11, t5 > > fatal error: error in backend: Do not know how to split the result of thi= s operator! > > cc: error: clang frontend command failed with exit code 70 (use -v to see= invocation) > FreeBSD clang version 6.0.0 (branches/release_60 321788) (based on LLVM 6= .0.0) > Target: x86_64-unknown-freebsd12.0 > Thread model: posix > InstalledDir: /usr/bin > ``` > > My box: > > FreeBSD abeing 12.0-CURRENT FreeBSD 12.0-CURRENT #0 r328198: Mon Jan 22 1= 3:26:48 > CST 2018 root@abeing:/usr/obj/usr/src/amd64.amd64/sys/GENERIC amd64 > > Here is the script > https://gist.github.com/iblis17/6a1d899462ba8ba1a475eebad83e993d > > -- > Iblis Lin > =E6=9E=97=E5=B3=BB=E9=A0=A4 > _______________________________________________ > freebsd-current@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org= "