From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 91716 invoked by alias); 7 Aug 2016 00:12:52 -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 91708 invoked by uid 89); 7 Aug 2016 00:12:51 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.1 required=5.0 tests=BAYES_50,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=julia, Julia, mingw64-*-gcc-5.4.0-1, mingw64*gcc5401 X-HELO: mail-pa0-f47.google.com Received: from mail-pa0-f47.google.com (HELO mail-pa0-f47.google.com) (209.85.220.47) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Sun, 07 Aug 2016 00:12:41 +0000 Received: by mail-pa0-f47.google.com with SMTP id pp5so102924470pac.3 for ; Sat, 06 Aug 2016 17:12:41 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to; bh=BI4DRmM/mNhrnhT9wq3+3XBNO0MQuhFCrUL4NSOpvb4=; b=Vj4r6/Lh9BSl7Jdy0cQDjiDgrWznUjV8MsN2aASyX8NjvglOP5DVOhSxa2MVREoZjd i0hFgYsnev7uNd+Kq76o5sej37oU/jqiIvO5m972wIWcA0w9ZeLsRUltbomjnMkP6RAV 1EbTTa0MMPn5J0Bx36rOlx2Bm5by/Rad1/EtbFHomj9EttuuiDbsc1LXM5cWnqGQIh+A XC9xM8IBBxDW0ximlfkDC2RHMUC4kcoqHsHE35fNZBxX+bdygV5r4QDtWNP2Te11c/ln WXEcrrSnGtLGILgbb5lirTtX4rczOew36iBd51qs0N7NLECIW+cZQRf7gkzkY+8EkOtR DUMQ== X-Gm-Message-State: AEkoousuuIOwnuUUe0JJyTjmlNe+hQrwCMjiqnmIMtv1ml8Xr1PqYBM1LiHUkdDW4M883w== X-Received: by 10.66.135.40 with SMTP id pp8mr150311050pab.113.1470528759664; Sat, 06 Aug 2016 17:12:39 -0700 (PDT) Received: from ?IPv6:2001:e68:4074:4339:e01f:8e6d:cdca:d0e5? ([2001:e68:4074:4339:e01f:8e6d:cdca:d0e5]) by smtp.gmail.com with ESMTPSA id g21sm37570387pfj.88.2016.08.06.17.12.37 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 06 Aug 2016 17:12:38 -0700 (PDT) Message-ID: <57A67CEE.9020809@gmail.com> Date: Sun, 07 Aug 2016 05:34:00 -0000 From: JonY <10walls@gmail.com> User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:25.4) Gecko/20150524 FossaMail/25.1.5 MIME-Version: 1.0 To: cygwin@cygwin.com Subject: Re: [ANNOUNCEMENT] Updated: mingw64-*-gcc-5.4.0-1 (x86/x86_64) (Testing) References: In-Reply-To: Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="EaViAX2UjpwPp0IcqtAVeoshTOIQDisU8" X-IsSubscribed: yes X-SW-Source: 2016-08/txt/msg00103.txt.bz2 --EaViAX2UjpwPp0IcqtAVeoshTOIQDisU8 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-length: 1434 On 8/6/2016 14:58, Tony Kelman wrote: > Have you backported the patch for GCC bug 66655 here? I was expecting > this to miscompile LLVM and cause test failures when building the Julia > language, as I've seen for all other GCC 5.x versions on mingw targets. > The fix was https://gcc.gnu.org/viewcvs/gcc/trunk/gcc/config/i386/winnt.c= ?r1=3D232828&r2=3D232827&pathrev=3D232828 > which is only on gcc 6, it has not been applied to the gcc-5 branch > https://gcc.gnu.org/viewcvs/gcc/branches/gcc-5-branch/gcc/config/i386/win= nt.c?view=3Dlog >=20 Nope, just vanilla 5.4.0. > I was expecting the following to fail, but surprisingly it seems okay. > (It's large and would take an hour or more for you to reproduce this, > probably no need since it's working so far): >=20 > # check build prereqs > curl --version > patch --version > python --version > g++ --version > m4 --version > cmake --version > 7z -h > x86_64-w64-mingw32-gcc --version > x86_64-w64-mingw32-g++ --version > x86_64-w64-mingw32-gfortran --version > # end of build prereq checks > git clone https://github.com/JuliaLang/julia -b release-0.5 > cd julia > mkdir -p usr/bin # I'll need to fix Julia's build system for libvtv > cp /usr/x86_64-w64-mingw32/sys-root/mingw/bin/libvtv-0.dll usr/bin > make -j8 test # defaults to cross-compile when build env is cygwin >=20 Does Julia depend on C++11 features? I'm not familiar with it. How big is it compared to say, QT? --EaViAX2UjpwPp0IcqtAVeoshTOIQDisU8 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" Content-length: 801 -----BEGIN PGP SIGNATURE----- iQIcBAEBAgAGBQJXpnzyAAoJEHE7X+KcFF1F7V8QAIdc+RNWoecoA+Bv/euN1il7 BAOBn+AbjdvDSSaGsqNIx+zq7QwpsTtIIUJs5uzQm1ykumudf0MtjlNYaUdmjUyt aru4kc4ffQ4oIC3+70s/dC7Ojq7nBDDji+z0U0d7zIS8uYraorTZd0FbszOk2//t jzfC6JqFrYpJ44dTPduf/cLRdl9L2S2+e2r+TYEshxnyQ7zYf2YiaU5bCgJ2Tf85 JPxilDoTWeZUV+r+cqtoxbd+nhacDrajg40rlKAyesBuBGPn8pxJTtlGKTaCBAFo vpTj2crG2UaRgdN6IwwP6fHRainHtcX6NQ/JMNG/j6l7IAZWtFmSEmMQ/N6fHoZ9 5AAhGrgZJ+ns8uw8P6i15geGWUekXUl9LIpT7fFO1gDktKlcaxRFZkTCMwCvdSJz KJhVhRBPn6qYZ0IXnBwRx+fdeozdZmvtxpeGXls06A448bilHSbK1lNMsPfGuDyE pWrQGh8SgbPVOCVYM6wFqYmgJpX1LMBrezw4T1yl/cPCNmSUkuOE3YovhtCU31nk hb3UBsv8VSNeC6iIfsTUfC+gTXyBSJfwKbHbmjHUimKasJy/LJO40RRzfquZx4O7 s7H9cl3QyZGeEptOJEsHIgd4aV+d7WQeL6btFqAA9Tged8GOob9TnIPfHe4RnY2Z KBRZIPAtzBzHGFVsob9Q =qOkK -----END PGP SIGNATURE----- --EaViAX2UjpwPp0IcqtAVeoshTOIQDisU8--