From owner-svn-src-head@FreeBSD.ORG Sat Mar 28 18:03:28 2015 Return-Path: Delivered-To: svn-src-head@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 795BCC0A; Sat, 28 Mar 2015 18:03:28 +0000 (UTC) Received: from mail-ig0-x235.google.com (mail-ig0-x235.google.com [IPv6:2607:f8b0:4001:c05::235]) (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 3BE82170; Sat, 28 Mar 2015 18:03:28 +0000 (UTC) Received: by igcau2 with SMTP id au2so49200039igc.1; Sat, 28 Mar 2015 11:03:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=iZk9clyMxPuZV3S/0VSmZdEvH5c4xF/DyqS05XW4WDk=; b=TNTj4Jg4+9zeeODpAHSFCWBWB6TwDro/8HMQo5ecHDobTsxP4pxjwed0oiFoiLMPy8 86XJlN1vZuzqSYC4L+KAZkducqVejOqoJcCuJgJnHu5ql3ooW4N3zTliVpOxiJmL/5qZ gxOBOpBrbohckY6St+I3Drbwd8BLAeajx2+dH0R5uZPav9l1/Quy6FbhjogjoRbKbmuz SxXdvKjgIQ/I7uKpL7lJW5oK2gyOUFDbu4ZX5jry5PBCrwR1NBdRRVu3f8ckcyovkv5r hgIojRo/6V8LbDjoE+Q5XK4OS13qVISlhVR/Oa2+rSzxZr2F7Tp27Oqym0TwwQr7UB3u Xieg== MIME-Version: 1.0 X-Received: by 10.42.41.200 with SMTP id q8mr47596757ice.61.1427565807773; Sat, 28 Mar 2015 11:03:27 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.36.17.194 with HTTP; Sat, 28 Mar 2015 11:03:27 -0700 (PDT) In-Reply-To: <5516EB31.7000309@rice.edu> References: <201503280241.t2S2fWcQ078499@gw.catspoiler.org> <5516E4EA.60201@FreeBSD.org> <5516EB31.7000309@rice.edu> Date: Sat, 28 Mar 2015 11:03:27 -0700 X-Google-Sender-Auth: CJ_Y3W_ummfH7O-mC4f08Vt88wk Message-ID: Subject: Re: svn commit: r280327 - in head/sys: kern vm From: Adrian Chadd To: Alan Cox Content-Type: text/plain; charset=UTF-8 Cc: "src-committers@freebsd.org" , Alan Cox , Don Lewis , Bryan Drewery , portmgr@freebsd.org, "svn-src-head@freebsd.org" , "svn-src-all@freebsd.org" , clusteradm@freebsd.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.18-1 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: Sat, 28 Mar 2015 18:03:28 -0000 Hm, at least MIPS is still using gcc-4.2. Shall we fix gcc in the tree to stop this from happening? I think that's the most sane thing to do, if a bit tedious. -adrian