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:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type; q=dns; s=default; b=BKeoO5 55TfD7JR7l3EjldpPAoJhG5H9AxW3d4SYghS0nIstljoKpX2ajRx6MlvV4YKwoko o4jg01VdHmix4JyCWErTRb6HM4ijoiNReIaNXx4/HCNNb+OkUPhTrhQJ1193+yTn M+zp+AXmXuGqrWnx6orWs4AiCL+48cvrYHm5Y= 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:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type; s=default; bh=od93dYHj2/PI UEYLBgx5G/qOun4=; b=AwwHSsHvXOphIG9epUWCb/voiYZHnyTPegvwb8Dwtxuv iK6WlUbE/lm745LAe6dByYtBzpwvEexFitwX673Gi2COLyBIAk1fesJ8aTcyMjBA aXcDubeQ5XhOV+CDFJQcZFnN4gvUy+PILBiuTUoVj3qFtfqlELkv7LciEZqQAiM= 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.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 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) Message-ID: <57A67CEE.9020809@gmail.com> Date: Sun, 07 Aug 2016 08:12:30 +0800 From: JonY <10walls AT gmail DOT 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 AT cygwin DOT 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 --EaViAX2UjpwPp0IcqtAVeoshTOIQDisU8 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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" -----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--