Predictive commoning breaks functionality
Opened this issue · 0 comments
inequation commented
When compiling with -O3
, gcc implies -fpredictive-commoning
. It breaks the functionality of libparticlasm, though. Investigate the reason (I suppose some registers which should be marked as clobbered in inline assembly actually are not, or it may be a gcc bug).