[Mingw-w64-public] problems with _ftime import using non standard msv runtimes

2013-12-19 Thread Carl Kleffner
Hi, using a fully static build toolchain: gcc.exe (rev0, Built by MinGW-W64 project) 4.8.2 build with the mingw-build scripts (github) on msys2 (Windows7) I've problems with the import of symbols only available on msvcrt. I use a customized 'specs' to ensure exclusive msvcr90 runtime dependancy

[Mingw-w64-public] Strange bug when different options order

2013-12-19 Thread niXman
Hi, I think this question is not directly related to the MinGW-W64. Using this command line: -O3 -fms-extensions -fomit-frame-pointer -mtune=core2 -mmmx -msse -msse2 -msahf -mcx16 -mfpmath=sse code compiles successfully. However, when using this command line: -O3 -fms-extensions