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=NRiwIFEx+wKVsg71 +RuvRjj+hhCX68au6BdBfE1VrMfCdaXi8/z60eKXQKudlp10cPUc9syvzCHB4Op2 h6E+R2f0I9SASdtzzJcihMD/V2EpULjTYAtvvcs84SPhFfhsuNf2iJlv6P2pViYK wBY5lxXr9aHJIBgZMTUP3lPNG/0= 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=ek86thbhGMHkak0qH3HJq4 i+rP0=; b=gnO2epHjIfktzC+y/zPnfpjy3tJ2qXskHdMft5DfZikgwCh8T7z4Jw 8XrB/6wSz38e3f6NFmOT+WG67JxV1VZEgKgsv7zRC1frdIi+CO5QYCSWsvGQ65s+ TAtvcIXJBl/xb9z9Lx+nH6DgdSQwr0btY2PHCAk3idy++XxanLn9M= 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=-0.9 required=5.0 tests=BAYES_00,KAM_LAZY_DOMAIN_SECURITY,SPF_HELO_PASS autolearn=no version=3.3.2 spammy=H*M:cygwin, 0022, to_string, 5302 X-HELO: mx1.redhat.com Subject: Re: [ANNOUNCEMENT] Updated: gcc-5.3.0-1 (Test x86/x86_64) To: cygwin AT cygwin DOT com References: <56AFAC47 DOT 80507 AT cygwin DOT com> <56B0427F DOT 3010005 AT cygwin DOT com> From: Yaakov Selkowitz Message-ID: <56BE197A.9010805@cygwin.com> Date: Fri, 12 Feb 2016 11:42:18 -0600 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: <56B0427F.3010005@cygwin.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes On 2016-02-01 23:45, Yaakov Selkowitz wrote: > On 2016-02-01 13:04, Yaakov Selkowitz wrote: >> On 2016-01-28 03:56, JonY wrote: >>> gcc-5.3.0-1 has been uploaded for 32bit and 64bit Cygwin. >> >> A few issues so far with this version: >> >> * the -rdynamic flag still isn't recognized; >> >> * the libgomp plugin loader is using the wrong library names; >> >> * the libstdc++ gdb/python scripts need to be rearranged. >> >> A merged and fixed patch 0011, a new patch 0022, and the necessary fixes >> to the .cygport can be found here: >> >> https://github.com/cygwinports/gcc/commit/3a4ccda91fdddf766696d0fdf2efda1e6881b34e >> >> Can you spin a 5.3.0-2 with these changes? > > Update: I added a patch 0023 to enable _GLIBCXX_USE_C99, which enables > std::stod, std::to_string, etc. However, some newlib headers need to be > fixed, so let me get those in first. Jon, I have added several other improvements: https://github.com/cygwinports/gcc/ In addition to the aforementioned changes, these patches allow enabling _GLIBCXX_USE_C99 with cygwin-devel-2.4.1 (but see below), as well as enabling libitm and cilkplus. If you could, applying the following fix to your /usr/include/ieeefp.h before building will help a bit as well: https://sourceware.org/git/?p=newlib-cygwin.git;a=commitdiff;h=ac2f9e23ecd197758e7cc2ca1b8717add3d8762b;hp=8b8952064cfacf91b18aed37fbd44f621edb6941 I believe a 5.3.0-2 with all those changes should be ready for stable. -- 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