From owner-svn-src-head@freebsd.org Fri Jul 8 17:10:36 2016 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 8FE3DB843F3; Fri, 8 Jul 2016 17:10:36 +0000 (UTC) (envelope-from bdrewery@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 800D215EF; Fri, 8 Jul 2016 17:10:36 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [IPv6:::1]) by freefall.freebsd.org (Postfix) with ESMTP id 79AFB1DAC; Fri, 8 Jul 2016 17:10:36 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [172.31.3.2]) by mail.xzibition.com (Postfix) with ESMTP id 2BA5822859; Fri, 8 Jul 2016 17:10:36 +0000 (UTC) X-Virus-Scanned: amavisd-new at mail.xzibition.com Received: from mail.xzibition.com ([172.31.3.2]) by mail.xzibition.com (mail.xzibition.com [172.31.3.2]) (amavisd-new, port 10026) with LMTP id 0xRRwZxgwcBF; Fri, 8 Jul 2016 17:10:33 +0000 (UTC) Subject: Re: svn commit: r302438 - head/sys/conf DKIM-Filter: OpenDKIM Filter v2.9.2 mail.xzibition.com 03E0C2284F To: Garrett Cooper , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org References: <201607081629.u68GTjRG060616@repo.freebsd.org> From: Bryan Drewery Organization: FreeBSD Message-ID: <68b495b4-0448-48a1-b321-bbf91b9789c2@FreeBSD.org> Date: Fri, 8 Jul 2016 10:10:30 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: <201607081629.u68GTjRG060616@repo.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.22 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: Fri, 08 Jul 2016 17:10:36 -0000 On 7/8/16 9:29 AM, Garrett Cooper wrote: > Author: ngie > Date: Fri Jul 8 16:29:45 2016 > New Revision: 302438 > URL: https://svnweb.freebsd.org/changeset/base/302438 > > Log: > Revert r302403 > > lang/gcc{48,49,5} lacks -fformat-extensions support (causing build errors, which > is what prompted r302403 to be committed). devel/amd64-gcc on the other hand > (which is used by Jenkins), has the support. > > This fixes the Jenkins failure emails due to excessive warnings being produced > with "make buildkernel". > > Discussed with: lwhsu > Reported by: Jenkins (FreeBSD_HEAD_amd64_gcc job) > Sponsored by: EMC / Isilon Storage Division > > Modified: > head/sys/conf/kern.mk > > Modified: head/sys/conf/kern.mk > ============================================================================== > --- head/sys/conf/kern.mk Fri Jul 8 15:57:55 2016 (r302437) > +++ head/sys/conf/kern.mk Fri Jul 8 16:29:45 2016 (r302438) > @@ -62,7 +62,7 @@ CWARNEXTRA?= -Wno-uninitialized > FORMAT_EXTENSIONS= -Wno-format > .elif ${COMPILER_TYPE} == "clang" && ${COMPILER_VERSION} >= 30600 > FORMAT_EXTENSIONS= -D__printf__=__freebsd_kprintf__ > -.elif ${COMPILER_TYPE} == "gcc" && ${COMPILER_VERSION} == 40201 > +.else > FORMAT_EXTENSIONS= -fformat-extensions > .endif > > This needs to be MFC'd to stable/11. -- Regards, Bryan Drewery