Hi, There:
Clang fails to compile 254.gap @ CPU2000int suite. The symptom is that executable fail to run
with reference input.
The root cause is that the compiler mistakenly optimizes expr "x * y / y" into x where the x*y is blindly
flagged with nsw without any analysis.
The preproceeded code is excerpted bellow:
cat -n integer.i