From owner-svn-src-all@freebsd.org Thu Apr 27 22:11:51 2017 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 379FDD5340D; Thu, 27 Apr 2017 22:11:51 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (tensor.andric.com [IPv6:2001:470:7a58:1::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "tensor.andric.com", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0041A1F39; Thu, 27 Apr 2017 22:11:51 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from [IPv6:2001:470:7a58::1c6f:f3df:ce68:ae19] (unknown [IPv6:2001:470:7a58:0:1c6f:f3df:ce68:ae19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 9151C326EB; Fri, 28 Apr 2017 00:11:48 +0200 (CEST) From: Dimitry Andric Message-Id: Content-Type: multipart/signed; boundary="Apple-Mail=_324F7E5F-12B9-4A54-B4D4-775FCA4A4F06"; protocol="application/pgp-signature"; micalg=pgp-sha1 Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: Re: svn commit: r314937 - in stable/10/sys: fs/ext2fs modules/ext2fs Date: Fri, 28 Apr 2017 00:11:36 +0200 In-Reply-To: Cc: Ed Maste , "Pedro F. Giffuni" , "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-stable@freebsd.org" , "svn-src-stable-10@freebsd.org" To: Ngie Cooper References: <201703090247.v292l1Ws098712@repo.freebsd.org> X-Mailer: Apple Mail (2.3273) X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.23 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: Thu, 27 Apr 2017 22:11:51 -0000 --Apple-Mail=_324F7E5F-12B9-4A54-B4D4-775FCA4A4F06 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii On 28 Apr 2017, at 00:00, Ngie Cooper wrote: >=20 > On Thu, Apr 27, 2017 at 1:52 PM, Ed Maste wrote: >> On 8 March 2017 at 21:47, Pedro F. Giffuni wrote: >>> Author: pfg >>> Date: Thu Mar 9 02:47:01 2017 >>> New Revision: 314937 >>> URL: https://svnweb.freebsd.org/changeset/base/314937 >>>=20 >>> Log: >>> Revert 294545: >>> Bringing back ext4: add support for reading sparse files >>=20 >> Tinderbox is broken on GCC architectures, e.g. from powerpc.LINT64: >>=20 >> In file included from = /scratch/tmp/emaste/freebsd/sys/fs/ext2fs/inode.h:46, >> from = /scratch/tmp/emaste/freebsd/sys/fs/ext2fs/ext2_alloc.c:50: >> /scratch/tmp/emaste/freebsd/sys/fs/ext2fs/ext2_extents.h:91: warning: >> declaration does not declare anything >=20 > ... because of anonymous unions not being supported in gcc 4.2.1. They are, if you use the aptly-named -fms-extensions flag. In r278913 this was enabled globally for gcc, see sys/conf/kern.pre.mk. Not sure what happened that it breaks now, though. -Dimitry --Apple-Mail=_324F7E5F-12B9-4A54-B4D4-775FCA4A4F06 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.30 iEYEARECAAYFAlkCbKMACgkQsF6jCi4glqPdEQCgy/LqZZNK11BxzjqPFu18v7cz 7icAniByIL9dpx+D5HVoPNMOXvqdQzpm =b4Dx -----END PGP SIGNATURE----- --Apple-Mail=_324F7E5F-12B9-4A54-B4D4-775FCA4A4F06--