for loop initialisation clause skipped #1605
Closed
Comments
Original Redmine Comment Sorry, that's nasty and should have been caught earlier, so fixing immediately. FWIW "for (i=1; 0; )" was tested, but not this case. Fixed in git towards eventual 4.024 release. |
Original Redmine Comment Thanks for fixing it so quickly. |
Original Redmine Comment In 4.024. For additional support related to this please file new bug. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Author Name: Andrew Holme
Original Redmine Issue: 1605 from https://www.veripool.org
Original Assignee: Wilson Snyder (@wsnyder)
The body of the first for loop in this code never executes because the condition clause is always false; however it seems the initialise clause is also (incorrectly) optimised away.
The text was updated successfully, but these errors were encountered: