From owner-freebsd-current@FreeBSD.ORG Mon Dec 29 09:53:39 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D70716A4CF for ; Mon, 29 Dec 2003 09:53:39 -0800 (PST) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3666543D2D for ; Mon, 29 Dec 2003 09:53:32 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) hBTHrT5x009103; Mon, 29 Dec 2003 09:53:29 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost)hBTHrTxZ009102; Mon, 29 Dec 2003 09:53:29 -0800 (PST) (envelope-from sgk) Date: Mon, 29 Dec 2003 09:53:29 -0800 From: Steve Kargl To: Andreas M?ller Message-ID: <20031229175329.GA8710@troutmask.apl.washington.edu> References: <3FEF65DE.8040707@gmx.net> <401899013.20031229110514@andric.com> <3FF05A92.1080902@gmx.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3FF05A92.1080902@gmx.net> User-Agent: Mutt/1.4.1i cc: Dimitry Andric cc: current@freebsd.org Subject: Re: GCC 3.3.3? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Dec 2003 17:53:39 -0000 On Mon, Dec 29, 2003 at 05:47:14PM +0100, Andreas M?ller wrote: > Dimitry Andric wrote: > >On 2003-12-29 at 00:23:10 Andreas M?ller wrote: > > > > > >>I just wondered why GCC in -CURRENT (and RELENG_5_2 aswell) > >>identifies itself as GCC 3.3.3. > > > > > >Read the headsup here: > >http://www.freebsd.org/cgi/getmsg.cgi?fetch=1662404+1664925+/usr/local/www/db/text/2003/freebsd-current/20031109.freebsd-current > > Unfortunately this doesn't answer the question in my original mail. > Importing a GCC 3.3.3 post-release snapshot implies that there is a GCC > 3.3.3 release, which is not the case (just check the GCC website). > troutmask:kargl[239] gcc -v Using built-in specs. Configured with: FreeBSD/i386 system compiler Thread model: posix gcc version 3.3.3 [FreeBSD] 20031106 Note the timestamp, 20031106. This is a pre-release snapshot of 3.3.3. -- Steve