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: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 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.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 AT cygwin DOT com References: From: Yaakov Selkowitz Message-ID: 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: 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