From owner-freebsd-current@FreeBSD.ORG Wed Jul 9 16:00:16 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 6468537B404 for ; Wed, 9 Jul 2003 16:00:16 -0700 (PDT) Received: from mail.gmx.net (mail.gmx.de [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 02AFF43FBF for ; Wed, 9 Jul 2003 16:00:15 -0700 (PDT) (envelope-from mdcki@gmx.net) Received: (qmail 1694 invoked by uid 65534); 9 Jul 2003 23:00:13 -0000 Received: from cvpn014.gwdg.de (EHLO gmx.net) (134.76.22.14) by mail.gmx.net (mp012) with SMTP; 10 Jul 2003 01:00:13 +0200 Message-ID: <3F0C9EA0.4040506@gmx.net> Date: Thu, 10 Jul 2003 01:00:48 +0200 From: Marcin Dalecki User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20030701 X-Accept-Language: en-us, en, pl, ru MIME-Version: 1.0 To: Alexander Kabaev References: <20030709170956.621dc901.ak03@gte.com> <20030709182405.5ac9f096.ak03@gte.com> In-Reply-To: <20030709182405.5ac9f096.ak03@gte.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: current@freebsd.org Subject: Re: The upcoming GCC 3.3+ upgrade 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: Wed, 09 Jul 2003 23:00:16 -0000 Alexander Kabaev wrote: > On Wed, 9 Jul 2003 17:09:56 -0400 > Alexander Kabaev wrote: > > >>Unfortunately, importing a newer GCC means that we'll have yet another >>ABI breakage on our hands. > > ^^^^^^^ > > This should read 'API breakage'. GCC 3.3 is supposed to be binary > compatible with 3.2.x. > Please consider ABI compatiblity anouncements between C++ compiler releases a running gag which started at about version 2.95 release time. One thing for sure is that even the changes between GCC 3.2.2 and 3.2.3 broke openoffice for me on Linux at least. I don't even will start to talk about 3.2. and 3.3 on ARM... :-).