From owner-svn-src-head@FreeBSD.ORG Sun Jun 21 14:44:08 2015 Return-Path: Delivered-To: svn-src-head@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 B1DE825F 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 4B34532C for ; Sun, 21 Jun 2015 14:44:07 +0000 (UTC) (envelope-from oliver.pinter@hardenedbsd.org) Received: by wicnd19 with SMTP id nd19so55572071wic.1 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=ba2uJQ8ydLKBxg2GGnYwYUpiJcIty/9I7RLat1qUp58DS8noK/69o+nx+BB9exCZ8k qpu5sDan07VortMcWulPQK/Q+Ohn2cNug5rEoMvHetq09NnA0JUvwad1t4D3xC8RRAFM II0r4BpGOmTSXDjGdbIwcboqDivL73Gs6v9fzbs/mVOpQQzYF6/adD/Jy9Rsp0Kgs+Ym nSxFtkQdyoQbkMgZuWkvjavEQ03zs6WtU+GAHg2woWldW0bvVnRW0it0Nbjxgsvvho/4 gk8CWcmLSx2y9fKzdVKzUuxdlOvQiPeFdd6S+DvI49zfohR/3qjznBkDMcdeL7cAAPRi sdmg== X-Gm-Message-State: ALoCoQnDQCQKCOyE+Qtii72FPjZkckSInIyjs631hNpRfh5Pn8wxergC5FEfY0LVGrHir/nuRAM1 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-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: 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. >