Hi,

There is a problem in Ruben's builds
"x86_64-w64-mingw32-gcc-4.8.0-win64_rubenvb.7z" and
"x86_64-w64-mingw32-gcc-4.8.0-linux64_rubenvb.tar.xz". The simple code
snippet below with argument "-static -O2 -flto" can reproduce the problem:
#include<iostream>
int main(){
std::cout << "Foo = " << 101 << std::endl;
return 0;
}

It will produce a wrong 64-bit executable. After trying to run the file, it
will crash after output "Foo =". This issue doesn't exist in the GCC 4.8.1
on Linux. This issue also exists since some versions of niXman's testing
builds of 4.8.0. Can someone please look into this problem?

Thanks!
------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to