From owner-svn-src-all@freebsd.org Fri May 13 20:26:29 2016 Return-Path: Delivered-To: svn-src-all@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 15E6AB390E5; Fri, 13 May 2016 20:26:29 +0000 (UTC) (envelope-from jasone@FreeBSD.org) Received: from canonware.com (canonware.com [204.109.63.53]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EE9751FBA; Fri, 13 May 2016 20:26:28 +0000 (UTC) (envelope-from jasone@FreeBSD.org) Received: from [192.168.168.19] (unknown [208.94.83.83]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by canonware.com (Postfix) with ESMTPSA id B5A6E2884E; Fri, 13 May 2016 13:26:26 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Subject: Re: svn commit: r299587 - in head: contrib/jemalloc contrib/jemalloc/doc contrib/jemalloc/include/jemalloc contrib/jemalloc/include/jemalloc/internal contrib/jemalloc/src lib/libc/stdlib/jemalloc From: Jason Evans In-Reply-To: <201605130403.u4D43KjY082802@repo.freebsd.org> Date: Fri, 13 May 2016 13:26:25 -0700 Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <15EC9C59-F01E-40E0-9FF6-FCEA1A53A27D@freebsd.org> References: <201605130403.u4D43KjY082802@repo.freebsd.org> To: Jason Evans X-Mailer: Apple Mail (2.3124) X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 May 2016 20:26:29 -0000 On May 12, 2016, at 9:03 PM, Jason Evans wrote: >=20 > Author: jasone > Date: Fri May 13 04:03:20 2016 > New Revision: 299587 > URL: https://svnweb.freebsd.org/changeset/base/299587 >=20 > Log: > Update jemalloc to 4.2.0. >=20 > [...] This trips on an invalid gcc warning for at least mips64 and ppc64. I'm = compile-testing a probable workaround right now. Jason=