From owner-svn-src-all@FreeBSD.ORG Sun Aug 17 22:46:37 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1461DB09; Sun, 17 Aug 2014 22:46:37 +0000 (UTC) Received: from tensor.andric.com (unknown [IPv6:2001:7b8:3a7:1:2d0:b7ff:fea0:8c26]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "tensor.andric.com", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id C288C3C8C; Sun, 17 Aug 2014 22:46:36 +0000 (UTC) Received: from [IPv6:2001:7b8:3a7::84ae:f3d9:3fda:e0d2] (unknown [IPv6:2001:7b8:3a7:0:84ae:f3d9:3fda:e0d2]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id D73985C43; Mon, 18 Aug 2014 00:46:31 +0200 (CEST) Content-Type: multipart/signed; boundary="Apple-Mail=_C83297FD-146A-46B2-9B6B-8A9FE967E121"; protocol="application/pgp-signature"; micalg=pgp-sha1 Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Subject: Re: svn commit: r270099 - in stable: 10/contrib/gcc/config/i386 9/contrib/gcc/config/i386 From: Dimitry Andric In-Reply-To: <20140817134509.GA47327@FreeBSD.org> Date: Mon, 18 Aug 2014 00:45:52 +0200 Message-Id: <9181921C-43BB-48C9-B63D-7C6F99D7A763@FreeBSD.org> References: <201408171308.s7HD8Fnh099147@svn.freebsd.org> <20140817131942.GA38672@FreeBSD.org> <8CA269F6-BCD2-4E78-947F-682214367F36@FreeBSD.org> <20140817134509.GA47327@FreeBSD.org> To: Alexey Dokuchaev X-Mailer: Apple Mail (2.1878.6) Cc: svn-src-stable@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, svn-src-stable-9@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18-1 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: Sun, 17 Aug 2014 22:46:37 -0000 --Apple-Mail=_C83297FD-146A-46B2-9B6B-8A9FE967E121 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii On 17 Aug 2014, at 15:45, Alexey Dokuchaev wrote: > On Sun, Aug 17, 2014 at 03:29:42PM +0200, Dimitry Andric wrote: >> In principle it is applicable, but the same file also has other changes >> in head which were not MFCd, so just MFCing this one commit does not >> make much sense. For example, the earlier cast fixes were part of a >> much larger commit by Pedro Giffuni, adding "experimental support for >> amdfam10/barcelona CPUs": >> >> http://svnweb.freebsd.org/base?view=revision&revision=251212 > > I'm running my stable/8 with Pedro's patches applied, including r251212, > no problems so far (although I don't have recent AMD CPUs to play with). > >> Does it still make sense to backport such experimental changes to an old >> stable branch? Of course I could split off just the changes to >> emmintrin.h, and leave the others out, but then we would have a partial >> MFC. I'm not sure if that is the usual way of doing things... > > Understood. My goal here is to try to keep stable/8 as alive as possible, > since I plan to keep using it beyond its official EOL. Hence, when I see > fixes that potentially help ports to be buildable on it I'd usually ask if > they can be MFCed (when it's easy enough to do). Can you please try this diff [1], which merges most of the stable/9 gcc changes to stable/8? I've ran it through a make universe, and the only failure I got was with the amd64 XENHVM kernel: amd64 XENHVM kernel failed, check _.amd64.XENHVM for deatils but I don't know if this is an expected failure or not. Tinderbox seems to have other trouble with its stable/8 builds. The actual error is: In file included from sys/sys/param.h:86, from sys/compat/ia32/ia32_genassym.c:6: sys/sys/types.h:44:28: error: machine/endian.h: No such file or directory I didn't test any ports yet, though. -Dimitry [1] http://www.andric.com/freebsd/sync-stable8-gcc-with-stable9-1.diff.xz --Apple-Mail=_C83297FD-146A-46B2-9B6B-8A9FE967E121 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.22 (Darwin) iEYEARECAAYFAlPxMMUACgkQsF6jCi4glqOzTgCfSWlos/pA4l9XzksU4X659yf4 IPYAoMlpUIvUERHn5T2JgSwV3872cXKO =uqz+ -----END PGP SIGNATURE----- --Apple-Mail=_C83297FD-146A-46B2-9B6B-8A9FE967E121--