public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* [ANNOUNCEMENT] Updated: gcc-5.3.0-1 (Test x86/x86_64)
@ 2016-01-28 13:35 JonY
  2016-02-01 19:04 ` Yaakov Selkowitz
  0 siblings, 1 reply; 4+ messages in thread
From: JonY @ 2016-01-28 13:35 UTC (permalink / raw)
  To: cygwin

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


gcc-5.3.0-1 has been uploaded for 32bit and 64bit Cygwin.

GCC5 uses a new versioning scheme, under the old scheme, it would be
5.0.3, with 5.2.0 as 5.0.2. See https://gcc.gnu.org/develop.html under
"Version Numbering Scheme for GCC 5 and Up".

This version has been built with
--with-default-libstdcxx-abi=gcc4-compatible so it should remain
compatible to GCC 4 C++ ABI.

Note that C11 with gnu extensions is now default for C. See
https://gcc.gnu.org/gcc-5/porting_to.html for more help on porting code
to GCC 5.

              *** 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: gcc-5.3.0-1 (Test x86/x86_64)
  2016-01-28 13:35 [ANNOUNCEMENT] Updated: gcc-5.3.0-1 (Test x86/x86_64) JonY
@ 2016-02-01 19:04 ` Yaakov Selkowitz
  2016-02-02  5:45   ` Yaakov Selkowitz
  0 siblings, 1 reply; 4+ messages in thread
From: Yaakov Selkowitz @ 2016-02-01 19:04 UTC (permalink / raw)
  To: cygwin

On 2016-01-28 03:56, JonY wrote:
> gcc-5.3.0-1 has been uploaded for 32bit and 64bit Cygwin.

Jon,

A few issues so far with this version:

* the -rdynamic flag still isn't recognized;

* the libgomp plugin loader is using the wrong library names;

* the libstdc++ gdb/python scripts need to be rearranged.

A merged and fixed patch 0011, a new patch 0022, and the necessary fixes 
to the .cygport can be found here:

https://github.com/cygwinports/gcc/commit/3a4ccda91fdddf766696d0fdf2efda1e6881b34e

Can you spin a 5.3.0-2 with these changes?

-- 
Yaakov

--
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: gcc-5.3.0-1 (Test x86/x86_64)
  2016-02-01 19:04 ` Yaakov Selkowitz
@ 2016-02-02  5:45   ` Yaakov Selkowitz
  2016-02-12 17:42     ` Yaakov Selkowitz
  0 siblings, 1 reply; 4+ messages in thread
From: Yaakov Selkowitz @ 2016-02-02  5:45 UTC (permalink / raw)
  To: cygwin

On 2016-02-01 13:04, Yaakov Selkowitz wrote:
> On 2016-01-28 03:56, JonY wrote:
>> gcc-5.3.0-1 has been uploaded for 32bit and 64bit Cygwin.
>
> A few issues so far with this version:
>
> * the -rdynamic flag still isn't recognized;
>
> * the libgomp plugin loader is using the wrong library names;
>
> * the libstdc++ gdb/python scripts need to be rearranged.
>
> A merged and fixed patch 0011, a new patch 0022, and the necessary fixes
> to the .cygport can be found here:
>
> https://github.com/cygwinports/gcc/commit/3a4ccda91fdddf766696d0fdf2efda1e6881b34e
>
> Can you spin a 5.3.0-2 with these changes?

Update: I added a patch 0023 to enable _GLIBCXX_USE_C99, which enables 
std::stod, std::to_string, etc.  However, some newlib headers need to be 
fixed, so let me get those in first.

-- 
Yaakov

--
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: gcc-5.3.0-1 (Test x86/x86_64)
  2016-02-02  5:45   ` Yaakov Selkowitz
@ 2016-02-12 17:42     ` Yaakov Selkowitz
  0 siblings, 0 replies; 4+ messages in thread
From: Yaakov Selkowitz @ 2016-02-12 17:42 UTC (permalink / raw)
  To: cygwin

On 2016-02-01 23:45, Yaakov Selkowitz wrote:
> On 2016-02-01 13:04, Yaakov Selkowitz wrote:
>> On 2016-01-28 03:56, JonY wrote:
>>> gcc-5.3.0-1 has been uploaded for 32bit and 64bit Cygwin.
>>
>> A few issues so far with this version:
>>
>> * the -rdynamic flag still isn't recognized;
>>
>> * the libgomp plugin loader is using the wrong library names;
>>
>> * the libstdc++ gdb/python scripts need to be rearranged.
>>
>> A merged and fixed patch 0011, a new patch 0022, and the necessary fixes
>> to the .cygport can be found here:
>>
>> https://github.com/cygwinports/gcc/commit/3a4ccda91fdddf766696d0fdf2efda1e6881b34e
>>
>> Can you spin a 5.3.0-2 with these changes?
>
> Update: I added a patch 0023 to enable _GLIBCXX_USE_C99, which enables
> std::stod, std::to_string, etc.  However, some newlib headers need to be
> fixed, so let me get those in first.

Jon,

I have added several other improvements:

https://github.com/cygwinports/gcc/

In addition to the aforementioned changes, these patches allow enabling 
_GLIBCXX_USE_C99 with cygwin-devel-2.4.1 (but see below), as well as 
enabling libitm and cilkplus.

If you could, applying the following fix to your /usr/include/ieeefp.h 
before building will help a bit as well:

https://sourceware.org/git/?p=newlib-cygwin.git;a=commitdiff;h=ac2f9e23ecd197758e7cc2ca1b8717add3d8762b;hp=8b8952064cfacf91b18aed37fbd44f621edb6941

I believe a 5.3.0-2 with all those changes should be ready for stable.

-- 
Yaakov

--
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-02-12 17:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-28 13:35 [ANNOUNCEMENT] Updated: gcc-5.3.0-1 (Test x86/x86_64) JonY
2016-02-01 19:04 ` Yaakov Selkowitz
2016-02-02  5:45   ` Yaakov Selkowitz
2016-02-12 17:42     ` Yaakov Selkowitz

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