[Bug target/81763] Issues with BMI on 32bit x86 apps on GCC 7.1+
amonakov at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Aug 9 14:46:00 GMT 2017
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81763
--- Comment #9 from Alexander Monakov <amonakov at gcc dot gnu.org> ---
A (potentially simpler) alternative is to use sequential builds (make without
-j) and bisect by index of compiled source file, i.e. have a wrapper script
around gcc that uses some global counter to pass -mno-bmi to first N compiler
invocations.
More information about the Gcc-bugs
mailing list