X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:mime-version:in-reply-to:references:date
	:message-id:subject:from:to:content-type; q=dns; s=default; b=xi
	nHByHvus2ASZpyyMwi6SHVL5N5ATYHk7AGbxbpopKcgst4I9ZwCt6e9JAGLV3lce
	eEIfuymo2WPdB457nxg/MjYiIoPqvmETSGr7Q8UEze8NyArI2239xm6xhSEqHphE
	Xc2eixvT/bkeuuh0qaxMt2gcj3CxIp+FvEc9m/oJY=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:mime-version:in-reply-to:references:date
	:message-id:subject:from:to:content-type; s=default; bh=MpU0C9Id
	2vWos5jZEEbwL3ifqYc=; b=OhHw6uow1t76rU5kFfjhnA6iJ8AM3cXoOw8TVFZw
	T3J0LgJam91jkOKxSDlekEktsXjusdrpqSylonXu7X7lmg2H9kHwijsRlwGZsCk4
	o4gu49dMiTxPaQzMcnqKFLdyXa5d28sJAOpL64HYPGTzTGKzjN5wU27dsEH5TTit
	az0=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-1.3 required=5.0 tests=AWL,BAYES_20,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2
X-HELO: mail-wi0-f173.google.com
MIME-Version: 1.0
X-Received: by 10.194.221.4 with SMTP id qa4mr44935410wjc.145.1444203941631; Wed, 07 Oct 2015 00:45:41 -0700 (PDT)
In-Reply-To: <56144739.7040602@tiscali.co.uk>
References: <560BC46D.3060500@gmail.com>	<560C0863.70505@tiscali.co.uk>	<560C6369.7060602@gmail.com>	<560C71FB.4030005@tiscali.co.uk>	<560D2F6D.90608@gmail.com>	<5613F632.1080205@t-online.de>	<56140A2F.3000004@cornell.edu>	<56144739.7040602@tiscali.co.uk>
Date: Wed, 7 Oct 2015 09:45:41 +0200
Message-ID: <CAEhDDbCxA9sA8DQzFXAC=8=H9aEHrytf8Ete99MwEdp+1U-uHw@mail.gmail.com>
Subject: Re: Updated: gcc-5.2.0-1 (Test x86/x86_64)
From: Csaba Raduly <rcsaba@gmail.com>
To: cygwin list <cygwin@cygwin.com>
Content-Type: text/plain; charset=UTF-8

On Wed, Oct 7, 2015 at 12:12 AM, David Stacey  wrote:
>
> On 06/10/15 18:51, Ken Brown wrote:

(snip)

>>
>>
>> What about the following scenario: Package P links against library L. Library L is rebuilt to use the new ABI.  Isn't it possible that package P will then have to be rebuilt as well?
>
>
> My understanding is that if 'L' is built with -D_GLIBCXX_USE_CXX11_ABI=0 then P wouldn't need to be rebuilt (I haven't tested that, though). However, this compiler switch loses some C++11 features of the STL, so it isn't a magic cure.
>

If you use -D_GLIBCXX_USE_CXX11_ABI=0, you're stuck with the COW (the
old std::string implementation in libstdc++ which uses copy-on-write;
this is not standard-conforming anymore). std::list::size() remains
O(n) instead of the newly mandated O(1).

AFAIK, that's it.

Csaba
-- 
GCS a+ e++ d- C++ ULS$ L+$ !E- W++ P+++$ w++$ tv+ b++ DI D++ 5++
The Tao of math: The numbers you can count are not the real numbers.
Life is complex, with real and imaginary parts.
"Ok, it boots. Which means it must be bug-free and perfect. " -- Linus Torvalds
"People disagree with me. I just ignore them." -- Linus Torvalds

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

