From owner-cvs-ports@FreeBSD.ORG Thu Sep 8 17:40:40 2005 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C01A16A41F; Thu, 8 Sep 2005 17:40:40 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.NUXI.org (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACB6243D46; Thu, 8 Sep 2005 17:40:39 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.NUXI.org (obrien@localhost [127.0.0.1]) by dragon.NUXI.org (8.13.4/8.13.4) with ESMTP id j88Hed4m035875; Thu, 8 Sep 2005 10:40:39 -0700 (PDT) (envelope-from obrien@dragon.NUXI.org) Received: (from obrien@localhost) by dragon.NUXI.org (8.13.4/8.13.1/Submit) id j88Hec0q035874; Thu, 8 Sep 2005 10:40:38 -0700 (PDT) (envelope-from obrien) Date: Thu, 8 Sep 2005 10:40:38 -0700 From: "David O'Brien" To: Gerald Pfeifer Message-ID: <20050908174038.GA35829@dragon.NUXI.org> References: <200509071015.j87AF8Ew012882@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Operating-System: FreeBSD 7.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 User-Agent: Mutt/1.5.9i Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/lang/gcc41/files patch-c-decl.c ports/lang/gcc34/files patch-c-decl.c X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2005 17:40:40 -0000 On Thu, Sep 08, 2005 at 07:05:42PM +0200, Gerald Pfeifer wrote: > On Wed, 7 Sep 2005, David E. O'Brien wrote: > > Added files: > > lang/gcc41/files patch-c-decl.c > > lang/gcc34/files patch-c-decl.c > > Log: > > Fix bug where static forward declarations weren't accepted. > > This allows us to fix non-ISO-C constructs in our kernel to legal ISO-C. ... > Why only gcc34 and gcc41, but not gcc40? Those are the only two versions applicable to FreeBSD's /usr/src right now. If this gets back ported to the gcc 4.0 branch we'll pick it up thru the back door. > And why the hurry? People are trying to compile /src/src with GCC 4.x and proposing bad changes. I want to get the bug fix out. -- -- David (obrien@FreeBSD.org)