In the code linked below, the LHS of an && expression is used as an array bounds guard for the RHS.
This seems to be miscompiled, such that assigning each subexpression to a local inside the loop works fine, but segfaults occur when putting the whole thing as the while condition.
servo/servo@b0536d7
In the code linked below, the LHS of an && expression is used as an array bounds guard for the RHS.
This seems to be miscompiled, such that assigning each subexpression to a local inside the loop works fine, but segfaults occur when putting the whole thing as the
whilecondition.servo/servo@b0536d7