Re: [Mingw-w64-public] support

2011-07-13 Thread Earnie
Ruben Van Boxem wrote: > Op 12 jul. 2011 20:26 schreef "Kai Tietz" > het volgende: >> >> Well, >> >> we would like to do that. But nobody of us has an IA-64 machine >> and also no windows OS for it. Also we were wondering how big >> user-group for this architecture might be? As for just 2 users

[Mingw-w64-public] MinGW64 CRT built with "-flto" can't be used with gcc4.6 lto plugin

2011-07-13 Thread PcX
Hi, all I found that if MinGW64 CRT built with "-flto" can't be used with gcc4.6 lto plugin, that can generate error code, which can crash. Reproduce process: 1.Configure MinGW64 CRT and build with the make script follow: make CFLAGS="-g -O3 -flto" \ CXXFLAGS="-