X-Recipient: archive-cygwin AT delorie DOT 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 AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT 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 DOT 3060500 AT gmail DOT com> <560C0863 DOT 70505 AT tiscali DOT co DOT uk> <560C6369 DOT 7060602 AT gmail DOT com> <560C71FB DOT 4030005 AT tiscali DOT co DOT uk> <560D2F6D DOT 90608 AT gmail DOT com> <5613F632 DOT 1080205 AT t-online DOT de> <56140A2F DOT 3000004 AT cornell DOT edu> <56144739 DOT 7040602 AT tiscali DOT co DOT uk> Date: Wed, 7 Oct 2015 09:45:41 +0200 Message-ID: Subject: Re: Updated: gcc-5.2.0-1 (Test x86/x86_64) From: Csaba Raduly To: cygwin list 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