Hacker News new | ask | show | jobs
by nickodell 2251 days ago
Under C11, the compiler is still allowed to assume termination of a loop if the controlling expression is non-constant and a few other conditions are met.

https://stackoverflow.com/a/16436479/530160