Re: Segmentation fault with binutils 2.28.1

2017-10-05 Thread
Thanks all, Hope this issue can be resolved soon, and if there are anything need to be done from my part, just let me know and I am happy to help. Cheers. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation:

Re: Segmentation fault with binutils 2.28.1

2017-10-03 Thread
Guys, If someone could show me some instructions on how to build and release binutils for CYGWIN, I'm happy to do it this week. Cheers. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html

Re: Segmentation fault with binutils 2.28.1

2017-10-02 Thread
Who is in charge of maintaining this package? Can we just upgrade to latest binutils? On Mon, Oct 2, 2017 at 6:25 PM, Steven Penny wrote: > Reposting because it is a new month. Here is a demonstration of the problem: > >$ cat z.cpp >#include >main() { >

Re: Error Linking LTO programs using GCC6.4

2017-09-27 Thread
Aha, do you get the same stacktrace that I have? Also, it seems you don't use -flto , so it has nothing to do with LTO. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info:

Re: Error Linking LTO programs using GCC6.4

2017-09-27 Thread
This is actually not the same issue at https://cygwin.com/ml/cygwin/2017-09/msg00236.html In my case, it is caused by latest binutils 2.28 , when using 2.25 everything is fine (even with gcc-6.4) Maybe we should hold back upgrading binutils , or maybe it need a more recent version? There seems

Re: Error Linking LTO programs using GCC6.4

2017-09-27 Thread
, build_id = 0x0} On Wed, Sep 27, 2017 at 6:51 AM, 叶雨飞 <sunyuc...@gmail.com> wrote: > The same program was linking fine using previous gcc 5.X , please > advise how to debug further. > > [Linking driver.exe] > collect2: fatal error: ld terminated with signal 11 [Segmentatio

Error Linking LTO programs using GCC6.4

2017-09-27 Thread
The same program was linking fine using previous gcc 5.X , please advise how to debug further. [Linking driver.exe] collect2: fatal error: ld terminated with signal 11 [Segmentation fault], core dumped compilation terminated.