Displaying 1 result from an estimated 1 matches for "repcylbond".
2018 Apr 30
0
compiler ICE on darwin
Does anyone have any insights into why clang ICEs when
compiling layer2/RepCylBond.cpp in pymol at any optimization higher than
-O0 on darwin?
https://bugs.llvm.org/show_bug.cgi?id=37280
The problem is suppressed with -fno-strict-aliasing so I am wondering if
there is some code in that file that could be re-organized to avoid the
bug. Unfortunately, the ICE doesn't seem to...