From owner-svn-src-head@freebsd.org Thu Jul 9 09:47:20 2015 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 E6A2B996859; Thu, 9 Jul 2015 09:47:20 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-qk0-x22e.google.com (mail-qk0-x22e.google.com [IPv6:2607:f8b0:400d:c09::22e]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 96FA61C80; Thu, 9 Jul 2015 09:47:20 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by qkeo142 with SMTP id o142so182220456qke.1; Thu, 09 Jul 2015 02:47:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=7+NpXUg0CeFRkx4WrI02uKkDDk7pZuvltQRGKJ4qBEQ=; b=xGmpkatjLiKAV/NlZ6qp1b1iRO4wYqt6dh585zmLXE93hcTST2wde1ZSDwSQg3P1Py r7P3hohSy6b0MHH56GwPZcGGyW1CV3GSbs44ZwVI/EHYIf3x60XwekkdkmXGlL9Qm7ze xdwOpTRFx4TxZ6S+B8qtYGDCF8yiArlHhqtPn0wjTcxArUgw9AUXYVwyjwETiIx+sslH o6RpjdcII+JKbD2Kzu4owIVtlppDSeuwXAr6gVn3wNJb+KiZoWmBkPeVgOxgnMfcZ7K1 9+lK9LDjyPDZe1jmM84l3E0CHmYFiRojPY3qdsLpYBDaQybRPUtcpLMqg+oSfLYVJDl3 amhA== MIME-Version: 1.0 X-Received: by 10.140.237.70 with SMTP id i67mr18856303qhc.44.1436435239624; Thu, 09 Jul 2015 02:47:19 -0700 (PDT) Received: by 10.140.98.73 with HTTP; Thu, 9 Jul 2015 02:47:19 -0700 (PDT) In-Reply-To: <01236D45-1D17-4899-9D13-D7E5A32B68E5@FreeBSD.org> References: <201507081836.t68IacJu069563@repo.freebsd.org> <559D9172.9040305@FreeBSD.org> <01236D45-1D17-4899-9D13-D7E5A32B68E5@FreeBSD.org> Date: Thu, 9 Jul 2015 02:47:19 -0700 Message-ID: Subject: Re: svn commit: r285284 - head/lib/liblzma From: NGie Cooper To: David Chisnall Cc: Dimitry Andric , Adrian Chadd , Pedro Giffuni , Luigi Rizzo , "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 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, 09 Jul 2015 09:47:21 -0000 On Thu, Jul 9, 2015 at 2:23 AM, David Chisnall wrote= : > On 9 Jul 2015, at 10:19, NGie Cooper wrote: >> >> Yes, but this case will fail for gcc 4.3 ~ 4.4 through 5.x if you use >> my recommended method... > > I think that=E2=80=99s probably fine. We basically have four cases that = we care about: > > - People who are using clang because it=E2=80=99s the system compiler [wo= rks] > - People who are using new clang from ports / svn because it=E2=80=99s ne= w and shiny [works] > - People who are using gcc from base because it=E2=80=99s the system comp= iler [works] > - People who are using new gcc from ports / svn because it=E2=80=99s new = and shiny [works] > > The only people it doesn=E2=80=99t work for are the ones building FreeBSD= using an out-of-tree old GCC. There probably aren=E2=80=99t too many of t= hose=E2=80=A6 Item 4. needs to be full understood when working with some features as it could result in undefined behavior.