https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: dev-libs/marisa-0.2.6 fails to compile on stable x86. Discovered on: x86 (internal ref: x86_at)
Created attachment 783824 [details] build.log build log and emerge --info
Problem probably occurs only when BMI2 is enabled on x86_32. Upstream probably tested code using BMI2 only on x86_64. _pdep_u64() and other _*_u64() functions are defined in bmi2intrin.h in '#ifdef __x86_64__' block. As workaround, does adding -mno-bmi2 to CXXFLAGS fix compilation?