[Bug target/68841] [6 Regression] gcc.c-torture/execute/pr59358.c FAILs with custom compiler flags
zsojka at seznam dot cz
gcc-bugzilla@gcc.gnu.org
Fri Dec 11 08:49:00 GMT 2015
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68841
--- Comment #1 from Zdenek Sojka <zsojka at seznam dot cz> ---
the statement:
else if (i == 3)
k = 12;
is not evaluated; in iteration 3, k == 8.
More information about the Gcc-bugs
mailing list