From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 45889 invoked by alias); 26 Jun 2017 10:16:58 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 45793 invoked by uid 89); 26 Jun 2017 10:16:57 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=releaseshtml, 5.4.0-1, gcc-core, releases.html X-HELO: mail-wm0-f46.google.com Received: from mail-wm0-f46.google.com (HELO mail-wm0-f46.google.com) (74.125.82.46) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 26 Jun 2017 10:16:55 +0000 Received: by mail-wm0-f46.google.com with SMTP id 62so3249005wmw.1 for ; Mon, 26 Jun 2017 03:16:55 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=zPtYuviZhC0mNWyt4AJzVbNNVtYcUTVeQgf3udYS9j8=; b=nLJXn74qIXcCW9yArjVkVmPFIu3st8bjBuILHkqoXsw+HYcWQ3KmJgYZOo1jFVXvdk UoomVGfqLQD1w0D4izGtl6vsJYSOTixqJuKvCfuLqSb63dFhFzPQlV7tWF4gMISQ7JAX WG7El/efpBUceLjTilCO1WmfkPZwtaAJ1dz457Z9LEfExtwJSxGNIitGTTO93fcqZZtR vKPwpvkeoX34YYD9L6N6NFIi1o0wxqrKeZbBNQhqM35o1PtdrW1ARiwjbqPSAUR9MgAC 2WCZztODwydVFk7KaQfPZCCpWNpctXetDNLTRL/RBGSCAfmhHqQB1z5Yd9JTKteKSg80 ICsA== X-Gm-Message-State: AKS2vOyfLXQRnuUeG0TcP6CmDXdNqbI3AmNLfkJPpXfplK9W+cfQh/2/ 6gxcPo+vw1HnCezM X-Received: by 10.80.179.209 with SMTP id t17mr16344485edd.62.1498472213223; Mon, 26 Jun 2017 03:16:53 -0700 (PDT) Received: from [172.21.192.193] ([149.6.156.42]) by smtp.googlemail.com with ESMTPSA id t50sm7106956edb.41.2017.06.26.03.16.52 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 26 Jun 2017 03:16:52 -0700 (PDT) Subject: Re: Request update GCC To: cygwin@cygwin.com References: <594f1e45.14119d0a.73dda.b6f9@mx.google.com> <3a4f8ce8-e76c-678c-c11c-e91366e57ec7@gmail.com> From: Marco Atzeri Message-ID: <028199b4-9ff5-a384-34f0-73a323fbcfa0@gmail.com> Date: Mon, 26 Jun 2017 10:16:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <3a4f8ce8-e76c-678c-c11c-e91366e57ec7@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-IsSubscribed: yes X-SW-Source: 2017-06/txt/msg00340.txt.bz2 On 25/06/2017 06:03, JonY wrote: > On 06/25/2017 02:21 AM, Steven Penny wrote: >> GCC 5.4 was released June 2016, and GCC 6.1 was released April 2016: >> >> http://gcc.gnu.org/releases.html >> >> Here are some key packages: >> >> gcc-core, gcc-g++ >> ================== >> - version: 5.4.0-1 >> - version: 6.3.0-1 [test] >> - Jonathan Yong (JonY) >> >> > > Would you mine testing GCC6? IIRC exception handling is broken in 6, > which is why it is stuck in test. > > I suppose I can put gcc 6.3 in test soon. > Jon, are you building the compilers on cygwin or cross compiling ? I was trying to test the patch for https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47030 as it is blocking PETSC porting, but I was unable to build 6.3.0-1 from your source package. In file included from /cygdrive/e/cyg_pub/devel/gcc/gcc-6.3.0-1.src/gcc-6.3.0-1. x86_64/src/gcc-6.3.0/gcc/rtl.h:31:0, from /cygdrive/e/cyg_pub/devel/gcc/gcc-6.3.0-1.src/gcc-6.3.0-1. x86_64/src/gcc-6.3.0/gcc/genopinit.c:25: /cygdrive/e/cyg_pub/devel/gcc/gcc-6.3.0-1.src/gcc-6.3.0-1.x86_64/src/gcc-6.3.0/g cc/real.h:36:35: warning: division by zero [-Wdiv-by-zero] #define SIGSZ (SIGNIFICAND_BITS / HOST_BITS_PER_LONG) /cygdrive/e/cyg_pub/devel/gcc/gcc-6.3.0-1.src/gcc-6.3.0-1.x86_64/src/gcc-6.3.0/g cc/real.h:49:21: note: in expansion of macro ‘SIGSZ’ unsigned long sig[SIGSZ]; Regards Marco -- 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