Re: mingw64-* regression: LTO builds fail

2015-06-01 Thread Christian Franke
JonY wrote: On 5/9/2015 05:57, Christian Franke wrote: After upgrading to recent mingw64 toolchain, builds with link time optimizer fail during linking. Can you try with the upstream binutils git version? It is most likely a new regression. Sorry for the delay. Same result with a build from

Re: mingw64-* regression: LTO builds fail

2015-05-09 Thread JonY
On 5/9/2015 05:57, Christian Franke wrote: > After upgrading to recent mingw64 toolchain, builds with link time > optimizer fail during linking. > Can you try with the upstream binutils git version? It is most likely a new regression. signature.asc Description: OpenPGP digital signature

mingw64-* regression: LTO builds fail

2015-05-08 Thread Christian Franke
After upgrading to recent mingw64 toolchain, builds with link time optimizer fail during linking. Testcase: $ cat true.c int main() { return 0; } $ cygcheck -f /usr/bin/i686-w64-mingw32-gcc mingw64-i686-gcc-core-4.9.2-1 $ cygcheck -f /usr/bin/i686-w64-mingw32-ld mingw64-i686-binutils-2.25.0.1