From owner-svn-src-all@FreeBSD.ORG Sun Jun 21 14:44:08 2015 Return-Path: Delivered-To: svn-src-all@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AD2A325E for ; Sun, 21 Jun 2015 14:44:08 +0000 (UTC) (envelope-from oliver.pinter@hardenedbsd.org) Received: from mail-wi0-f179.google.com (mail-wi0-f179.google.com [209.85.212.179]) (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 4B39432D for ; Sun, 21 Jun 2015 14:44:07 +0000 (UTC) (envelope-from oliver.pinter@hardenedbsd.org) Received: by wicgi11 with SMTP id gi11so54287147wic.0 for ; Sun, 21 Jun 2015 07:44:06 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=wqhKvQf7gCWACU76AE2DZ9LKM5pFR8kyDpifWt8mx/k=; b=CWpUfaHY+nS6NdJ96HFVE+1Kj+sveWACScYzbbEHQ3S50lC1GalIz3fIVBMScZ+le9 SyzqLsOfOVs3YiE8nrICLc22y1u8GPc/adctagCJ6eAP83HdqXHfhyZs4zUwZZ4Y8zkG ccqr5Xh3l6h5k/vUesi/Vq1JhWZDRqARoj+r/v+epkrWYuSy7zwhWAVS3MNJHtVBILPO sBOyDgByXzyXw8NyTIOj/HtUr/q0hc4gZgMrKHJ8TWNO864Pf8dmAqNWt9G0kIEkv/nk fWQVf0aP/gkhBuLgDqHtJuKCpTZyojQQSeNA/OEZEPGCliiIC1jhB9jJYg2tByaqJq3L zjDw== X-Gm-Message-State: ALoCoQk8LkaRckyW7YmLyj2fyUQMbUiIEWWfMWjl3p23Jwk0AuROS8l86rPwGTz77ubOMnwmYjsF MIME-Version: 1.0 X-Received: by 10.194.187.51 with SMTP id fp19mr29615341wjc.67.1434897846494; Sun, 21 Jun 2015 07:44:06 -0700 (PDT) Received: by 10.194.81.106 with HTTP; Sun, 21 Jun 2015 07:44:06 -0700 (PDT) In-Reply-To: <5586CD3F.4000008@FreeBSD.org> References: <201407020845.s628jRG5031824@svn.freebsd.org> <5BE3492F-86A0-4CE3-A27C-8DB5EB662C64@FreeBSD.org> <55842F16.5040608@FreeBSD.org> <20150620023835.N2562@besplex.bde.org> <55861046.4050501@FreeBSD.org> <20150621154332.U976@besplex.bde.org> <5586CD3F.4000008@FreeBSD.org> Date: Sun, 21 Jun 2015 16:44:06 +0200 Message-ID: Subject: Re: svn commit: r268137 - head/sys/sys From: Oliver Pinter To: Pedro Giffuni Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, David Chisnall , svn-src-head@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 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, 21 Jun 2015 14:44:08 -0000 On 6/21/15, Pedro Giffuni wrote: > > > On 06/21/15 06:49, Oliver Pinter wrote: >> ... >> Btw, is there anyone, who tries to compile the _recent_ head or >> 10-STABLE with gcc-4.x>= ? >> > > Sure, MIPS, powerpc and sparc64 still use gcc-4.2.1 so > every time we run a tinderbox it's tested. More recently > jenkins also runs builds with gcc-4.9. > > https://jenkins.freebsd.org/job/FreeBSD_HEAD_amd64_gcc4.9/ Yes, I known about gcc-4.2, but who uses older gcc than 4.0 (that's why I wrote gcc-4.x >= ) with recent HEAD (11-CURRENT) ? > > Pedro. >