From owner-svn-src-head@freebsd.org Thu Feb 16 09:12:04 2017 Return-Path: Delivered-To: svn-src-head@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 DE2CECE050F; Thu, 16 Feb 2017 09:12:04 +0000 (UTC) (envelope-from andreast@FreeBSD.org) Received: from smtp.imp.ch (smtp.imp.ch [IPv6:2001:4060:1:1001::13:198]) (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 A4A41BF0; Thu, 16 Feb 2017 09:12:04 +0000 (UTC) (envelope-from andreast@FreeBSD.org) Received: from [192.168.225.14] (dhclient-91-190-14-19.flashcable.ch [91.190.14.19]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by fgznet.ch (Postfix) with ESMTPSA id 3CD424614; Thu, 16 Feb 2017 10:12:00 +0100 (CET) Subject: Re: svn commit: r313761 - in head/lib/msun: . src To: Ed Maste , Mahdi Mokhtari References: <201702150759.v1F7xtKZ013952@repo.freebsd.org> Cc: "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" From: Andreas Tobler Message-ID: <9c45e0d0-e1f7-8f73-7b65-15e1bda4c812@FreeBSD.org> Date: Thu, 16 Feb 2017 10:11:59 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.7.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: Idefix Submit on 127.0.1.1 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2017 09:12:05 -0000 On 15.02.17 17:08, Ed Maste wrote: > On 15 February 2017 at 02:59, Mahdi Mokhtari wrote: >> Author: mmokhi (ports committer) >> Date: Wed Feb 15 07:59:54 2017 >> New Revision: 313761 >> URL: https://svnweb.freebsd.org/changeset/base/313761 >> >> Log: >> Add casinl() cacosl() catanl() casinhl() cacoshl() catanhl() APIs to msun >> to improve C11 conformance. > > This breaks the build on at least mips: > > /scratch/tmp/emaste/freebsd/lib/msun/src/catrigl.c:48:21: error: > invtrig.h: No such file or directory > /scratch/tmp/emaste/freebsd/lib/msun/src/catrigl.c:85:2: error: #error > "Unsupported long double format" > ... +2 on powerpc and powerpc64. Andreas