http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55886
Kai Tietz <ktietz at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P3 |P5 Status|UNCONFIRMED |NEW Last reconfirmed| |2013-11-25 CC| |ktietz at gcc dot gnu.org Ever confirmed|0 |1 Severity|normal |enhancement --- Comment #2 from Kai Tietz <ktietz at gcc dot gnu.org> --- The use of target's host-part-name mingw64 is strongly discuraged. Most checks in binutils, gdb, gcc, etc (and all their testsuites) are using still mingw32. Therefore for resolve your issue use triplet x86_64-pc-mingw32 instead. I will keep this bug as long-term issue. Nothing to fix soon.