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:date:message-id:from:reply-to:to:subject :references:in-reply-to:content-type; q=dns; s=default; b=tcEZda RBwg3dsxsEFASJ12pfl01QROmq/TdomcU8sJzBS+hxlbMfSsvu4sjLa9hDpaDspx 7cgZo/lh47mbkb20fzHFdog2yHv4C0JKVTRgoTOpEVOmzvBT380kyoc+MZ0Cjivd Wbgf38HHc8qu0L+9YNkmzTerNHSZir/k6wcE8= 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:date:message-id:from:reply-to:to:subject :references:in-reply-to:content-type; s=default; bh=uUMXbti2L+KP ykvmbG37hvbAEqk=; b=SilYKLwj8IFtaoJVQHx5i0j0oWG0UdWwQNEaMNYiw3gw 24up9EeKxJU4bk0SZPWpPiMOaTwLpQHIgCOZERGMXE64bkbZcikSQZeU3rk+kV6C d70h7QgON4WG9y2RLnUtVGFyK/RLEz3fSOjDBVp/lKgyOW6uW8ehgfL24aKnqGM= 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-Spam-SWARE-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_00,KAM_NUMSUBJECT,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 spammy=H*F:D*nl, H*M:smtp, announcement, ANNOUNCEMENT X-HELO: lb2-smtp-cloud8.xs4all.net Date: Fri, 10 Aug 2018 13:05:35 +0200 Message-ID: From: Houder Reply-To: cygwin AT cygwin DOT com To: cygwin AT cygwin DOT com Subject: Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.11.0-0.1 References: In-Reply-to: Content-Type: text/plain; charset=UTF-8; format=fixed User-Agent: mua.awk 0.99 Note-from-DJ: This may be spam On Thu, 9 Aug 2018 22:26:04, Corinna Vinschen wrote: > Hi folks, > > > I uploaded a new Cygwin test release 2.11.0-0.1 > > I'm planning for a release end of August. Please test. [snip] > - Make FP environment symbols available on x86_64. > Addresses: https://cygwin.com/ml/cygwin/2018-07/msg00183.html > > - Fix fegetenv behaviour. > Addresses: https://cygwin.com/ml/cygwin/2018-08/msg00000.html Fixed. (tested both on x86_64 and x86) Note: the following line must be changed in STC-FENV.c (the STC that was attached to the bug report -- the last one above). from: const int xxx = 0x3d; // FE_ALL_EXCEPT on Linux, i.e. the denormal-operand // exception is excluded on Linux to: const int xxx = 0x3f; // Cygwin allows the denormal-operand exception; // Linux (Andreas Jaeger) does not. // This exception is not defined by the IEEE 754 // standard (Floating-Point Arithmetic) (denormal-operand = input of a subnormal value) Regards, Henri -- 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