https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61569
--- Comment #2 from Valentin Nechayev ---
(In reply to Richard Biener from comment #1)
[overquoting skipped]
> Unfortunately that's not possible.
What about absense of warning under -Wstrict-overflow?
: normal
Priority: P3
Component: tree-optimization
Assignee: unassigned at gcc dot gnu.org
Reporter: n-gcc at nn dot kiev.ua
The following program performs 112 iterations (and stop on x==1) instead of
expected 10 ones.
#include
int main()
{
int i, x
Severity: normal
Priority: P3
Component: c
Assignee: unassigned at gcc dot gnu.org
Reporter: n-gcc at nn dot kiev.ua
Created attachment 30586
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30586&action=edit
preprocessed input file
Observed both o