https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65627
--- Comment #3 from Jakub Jelinek ---
So you think GCC should kind of JIT the loop and evaluate all iterations?
IMNSHO, just use sanitizers to catch bugs like that, -fsanitize=undefined
should catch that.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65627
Manuel López-Ibáñez changed:
What|Removed |Added
CC||manu at gcc dot gnu.org
--- Commen
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65627
Jakub Jelinek changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|