Re: [ANNOUNCEMENT] Updated: mingw64-*-gcc-5.4.0-1 (x86/x86_64) (Testing)

2016-08-08 Thread JonY
On 8/8/2016 07:48, Yaakov Selkowitz wrote: > On 2016-08-05 18:15, JonY wrote: >> I have just updated the mingw-w64 cross compilers Cygwin 32bit and 64bit. >> >> This version is considered testing and has --enable-vtable-verify set. >> I'd consider moving it to stable if it can build non-trivial C++

Re: [ANNOUNCEMENT] Updated: mingw64-*-gcc-5.4.0-1 (x86/x86_64) (Testing)

2016-08-07 Thread Yaakov Selkowitz
On 2016-08-05 18:15, JonY wrote: I have just updated the mingw-w64 cross compilers Cygwin 32bit and 64bit. This version is considered testing and has --enable-vtable-verify set. I'd consider moving it to stable if it can build non-trivial C++ applications. I had no issues compiling a few diffe

Re: [ANNOUNCEMENT] Updated: mingw64-*-gcc-5.4.0-1 (x86/x86_64) (Testing)

2016-08-06 Thread Tony Kelman
> Does Julia depend on C++11 features? I'm not familiar with it. How big > is it compared to say, QT? Yes, it does depend on C++11, but mostly by way of linking to LLVM. Julia by itself is not huge, but it depends on a bunch of external library dependencies that are. The most time-consuming of tho

Re: [ANNOUNCEMENT] Updated: mingw64-*-gcc-5.4.0-1 (x86/x86_64) (Testing)

2016-08-06 Thread JonY
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/view

Re: [ANNOUNCEMENT] Updated: mingw64-*-gcc-5.4.0-1 (x86/x86_64) (Testing)

2016-08-05 Thread Tony Kelman
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=232828&

[ANNOUNCEMENT] Updated: mingw64-*-gcc-5.4.0-1 (x86/x86_64) (Testing)

2016-08-05 Thread JonY
I have just updated the mingw-w64 cross compilers Cygwin 32bit and 64bit. This version is considered testing and has --enable-vtable-verify set. I'd consider moving it to stable if it can build non-trivial C++ applications. PLEASE RECOMPILE ALL YOUR C++ CODE FOR ABI COMPATIBILITY The c