[Mingw-w64-public] A problem about LTO in Ruben's builds

2013-07-23 Thread TOCK Chiu
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 int main(){ std::cout << "Foo = " << 101 << std::e

[Mingw-w64-public] A problem about LTO

2013-07-20 Thread TOCK Chiu
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 int main(){ std::cout << "Foo = " << 101 << std::e