public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* [ANNOUNCEMENT] Updated: mingw64-{i686,x86_64}-gcc-5.4.0-3 (x86/x86_64)
@ 2016-11-11 13:12 JonY
  2016-11-11 14:50 ` Tony Kelman
  0 siblings, 1 reply; 4+ messages in thread
From: JonY @ 2016-11-11 13:12 UTC (permalink / raw)
  To: cygwin

[-- Attachment #1: Type: text/plain, Size: 1184 bytes --]

I have just updated the mingw-w64 cross compilers Cygwin 32bit and
64bit to mingw64-{i686,x86_64}-gcc-5.4.0-3.

This version uses POSIX threads to support C++11 std::thread, as a
consequence, require winpthreads.

Unlike the Cygwin gcc, this version DOES NOT PRESERVER C++ ABI from
gcc4. Please rebuild all your C++ libraries.

==== PLEASE RECOMPILE ALL YOUR C++ CODE FOR ABI COMPATIBILITY ====

The cross compiler can produce Win32 and Win64 native binaries. As a
cross compiler, you may use --host=i686-w64-mingw32 or
--host=x86_64-w64-mingw32 for autotools based source packages to build
for Windows.

              *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look
at the "List-Unsubscribe: " tag in the email header of this message.
Send email to the address specified there. It will be in the format:

cygwin-announce-unsubscribe-you=yourdomain.com <at> cygwin.com

If you need more information on unsubscribing, start reading here:

http://sourceware.org/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 801 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [ANNOUNCEMENT] Updated: mingw64-{i686,x86_64}-gcc-5.4.0-3 (x86/x86_64)
  2016-11-11 13:12 [ANNOUNCEMENT] Updated: mingw64-{i686,x86_64}-gcc-5.4.0-3 (x86/x86_64) JonY
@ 2016-11-11 14:50 ` Tony Kelman
  2016-11-12 16:09   ` JonY
  0 siblings, 1 reply; 4+ messages in thread
From: Tony Kelman @ 2016-11-11 14:50 UTC (permalink / raw)
  To: cygwin

> I have just updated the mingw-w64 cross compilers Cygwin 32bit and
> 64bit to mingw64-{i686,x86_64}-gcc-5.4.0-3.

Hi Jon,

What will be left as prev? 5.4.0-2, or the last 4.9 build? Can you
help raise https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77333? The
interprocedural analysis that was added for gcc 5 is deeply buggy on
mingw targets, resulting in miscompiling C++ libraries like LLVM.
This is keeping me on gcc 4 indefinitely until it gets fixed. I may
have to abandon gcc and switch to clang due to this, but there are
many libraries that have broken build systems that behave incorrectly
when you try to use clang on Windows.

I'll use time machine if that's my only way to keep getting gcc 4,
but this bug in gcc should really be fixed or it's going to start
showing up in cygwin-mingw-cross and msys2 packages.

Thanks,
Tony

--
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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [ANNOUNCEMENT] Updated: mingw64-{i686,x86_64}-gcc-5.4.0-3 (x86/x86_64)
  2016-11-11 14:50 ` Tony Kelman
@ 2016-11-12 16:09   ` JonY
  2016-11-23  2:35     ` Jon Turney
  0 siblings, 1 reply; 4+ messages in thread
From: JonY @ 2016-11-12 16:09 UTC (permalink / raw)
  To: cygwin, jon.turney


[-- Attachment #1.1: Type: text/plain, Size: 982 bytes --]

On 11/11/2016 22:06, Tony Kelman wrote:
>> I have just updated the mingw-w64 cross compilers Cygwin 32bit and
>> 64bit to mingw64-{i686,x86_64}-gcc-5.4.0-3.
> 
> Hi Jon,
> 
> What will be left as prev? 5.4.0-2, or the last 4.9 build? Can you
> help raise https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77333? The
> interprocedural analysis that was added for gcc 5 is deeply buggy on
> mingw targets, resulting in miscompiling C++ libraries like LLVM.
> This is keeping me on gcc 4 indefinitely until it gets fixed. I may
> have to abandon gcc and switch to clang due to this, but there are
> many libraries that have broken build systems that behave incorrectly
> when you try to use clang on Windows.
> 
> I'll use time machine if that's my only way to keep getting gcc 4,
> but this bug in gcc should really be fixed or it's going to start
> showing up in cygwin-mingw-cross and msys2 packages.
> 

Jon,

Can you make 4.9 the previous version? Thanks.




[-- Attachment #1.2: 0xD4EBC740.asc --]
[-- Type: application/pgp-keys, Size: 3191 bytes --]

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 195 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [ANNOUNCEMENT] Updated: mingw64-{i686,x86_64}-gcc-5.4.0-3 (x86/x86_64)
  2016-11-12 16:09   ` JonY
@ 2016-11-23  2:35     ` Jon Turney
  0 siblings, 0 replies; 4+ messages in thread
From: Jon Turney @ 2016-11-23  2:35 UTC (permalink / raw)
  To: cygwin; +Cc: JonY

On 12/11/2016 04:33, JonY wrote:
> On 11/11/2016 22:06, Tony Kelman wrote:
>>> I have just updated the mingw-w64 cross compilers Cygwin 32bit and
>>> 64bit to mingw64-{i686,x86_64}-gcc-5.4.0-3.
>>
>> Hi Jon,
>>
>> What will be left as prev? 5.4.0-2, or the last 4.9 build? Can you
>> help raise https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77333? The
>> interprocedural analysis that was added for gcc 5 is deeply buggy on
>> mingw targets, resulting in miscompiling C++ libraries like LLVM.
>> This is keeping me on gcc 4 indefinitely until it gets fixed. I may
>> have to abandon gcc and switch to clang due to this, but there are
>> many libraries that have broken build systems that behave incorrectly
>> when you try to use clang on Windows.
>>
>> I'll use time machine if that's my only way to keep getting gcc 4,
>> but this bug in gcc should really be fixed or it's going to start
>> showing up in cygwin-mingw-cross and msys2 packages.
>>
>
> Jon,
>
> Can you make 4.9 the previous version? Thanks.

Sorry, the files for 4.9.3-1 are no longer on sourceware.

I guess they got removed when you uploaded 5.3.0-3 (28/02/16)

Sorry, I guess you'll have to rebuild as gcc-4.9.3-2 and upload that, if 
this is really needed.

--
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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-11-22 20:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-11 13:12 [ANNOUNCEMENT] Updated: mingw64-{i686,x86_64}-gcc-5.4.0-3 (x86/x86_64) JonY
2016-11-11 14:50 ` Tony Kelman
2016-11-12 16:09   ` JonY
2016-11-23  2:35     ` Jon Turney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).