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:subject:to:references:from:message-id:date
	:mime-version:in-reply-to:content-type
	:content-transfer-encoding; q=dns; s=default; b=PBw7iKN2B+j79dxL
	ovBlh3W/6Xdezhodiu8ETu/un2yNBxipwjkHgH29OvvqFd4kdGqNIgyqRZOmJZXa
	y59upmHyHvQRxWBRKuZfcBQdEd8dLRPuzd79VwSb1/vJRrIukCYKYUZjt7ZQxAXS
	js7PNz4KrEpAnissQOjhw668JQE=
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:subject:to:references:from:message-id:date
	:mime-version:in-reply-to:content-type
	:content-transfer-encoding; s=default; bh=vZsmPcsLbgmH4K9sQB0sd8
	bb1j0=; b=Rwo5rWyNcLdYgwKHkj4OCtvONITcfXEvRjFQdQDM4wjTaFDxcyuTP7
	e06rV5mJPyvdEAwwlDtTf+lPFHbq2paB7zUKdsXa5T/upInJBNGnyvJXN30mn59c
	PGu/FapWm1IxF4BDE9tt1IebP2u4YMxwjLB76YZGqfm3NT9VGvuZk=
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.8 required=5.0 tests=BAYES_50,KAM_LAZY_DOMAIN_SECURITY,SPF_HELO_PASS autolearn=no version=3.3.2 spammy=H*M:cygwin, nontrivial, mingw-w64, non-trivial
X-HELO: mx1.redhat.com
Subject: Re: [ANNOUNCEMENT] Updated: mingw64-*-gcc-5.4.0-1 (x86/x86_64) (Testing)
To: cygwin@cygwin.com
References: <announce.57A51E0B.4080204@gmail.com>
From: Yaakov Selkowitz <yselkowitz@cygwin.com>
Message-ID: <ab53c484-71e5-404d-2b78-3cce330753e8@cygwin.com>
Date: Sun, 7 Aug 2016 18:48:02 -0500
User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0
MIME-Version: 1.0
In-Reply-To: <announce.57A51E0B.4080204@gmail.com>
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes

On 2016-08-05 18:15, JonY wrote:
> I have just updated the mingw-w64 cross compilers Cygwin 32bit and 64bit.
>
> This version is considered testing and has --enable-vtable-verify set.
> I'd consider moving it to stable if it can build non-trivial C++
> applications.

I had no issues compiling a few different projects with this release, 
however enabling this configure flag means that linking C++ with -static 
does not work because libstdc++.a then requires VTV symbols.  Also, note 
that neither Fedora's nor (AFAICS) Debian's native gcc enable this 
feature, so I don't know how much exposure it has received yet.

I would recommend rebuilding a 5.4.0-2 without this configure flag, and 
releasing it as stable.

> ==== PLEASE RECOMPILE ALL YOUR C++ CODE FOR ABI COMPATIBILITY ====

Until this is stable and mingw-based C++ packages have been recompiled, 
-D_GLIBCXX_USE_CXX11_ABI=0 can be used as a workaround.

-- 
Yaakov

--
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

