<div dir="ltr"><div><div>I just realized that I was mistaken that `-vectorize-loops` was the source of the problem. My broader question still stands.<br><br></div>Regards,<br></div>Steve Peters<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Sep 28, 2017 at 1:03 PM, Steven Peters <span dir="ltr"><<a href="mailto:scpeters@openrobotics.org" target="_blank">scpeters@openrobotics.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><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" target="_blank">https://github.com/<wbr>bulletphysics/bullet3/issues/<wbr>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/<wbr>CommandLineTools/usr/bin<br>~~~<br><br></div>Thanks for your time.<br><br></div>Regards,<br></div>Steve Peters<br></div><br></div>
</blockquote></div><br></div>