<div dir="ltr"><div><div><div><div><div>Hello,<br><br></div>I've been digging into a compilation problem using the version of clang distrubuted with XCode 9 on macOS High Sierra. I narrowed the problem down to the transition from `-O1` to `-O2` for a target cpu of core2, and then I further narrowed it down to the `-vectorize-loops` option for clang. The challenge is that this problem manifests with clang failing to terminate. I don't know if it's a deadlock or getting stuck in an infinite loop, but I didn't see any guidance in the support documents about how to submit a bug report in a case like this.<br><br>Current discussion of the compilation failure:<br><a href="https://github.com/bulletphysics/bullet3/issues/1347">https://github.com/bulletphysics/bullet3/issues/1347</a><br><br>~~~<br>$ cc --version<br>Apple LLVM version 9.0.0 (clang-900.0.37)<br>Target: x86_64-apple-darwin17.0.0<br>Thread model: posix<br>InstalledDir: /Library/Developer/CommandLineTools/usr/bin<br>~~~<br><br></div>Thanks for your time.<br><br></div>Regards,<br></div>Steve Peters<br></div><br></div>