Bugzilla – Bug 1370
[LLVM] error: explicitly assigning a variable of type 'uint128_t' (aka '__uint128_t') to itself
Last modified: 2012-02-24 03:34:58 UTC
Error with clang++: ../src/core/model/int64x64-128.cc:87:11: error: explicitly assigning a variable of type 'uint128_t' (aka '__uint128_t') to itself [-Werror,-Wself-assign] rem = rem; ~~~ ^ ~~~ 1 error generated. Just comment out the line is a solution?
I commented out the line and it passes the tests.
changeset 5371c2273cf8