[Bug tree-optimization/71328] [7 Regression] ice in verify_jump_thread
chengniansun at gmail dot com
gcc-bugzilla@gcc.gnu.org
Thu Jun 2 01:06:00 GMT 2016
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71328
Chengnian Sun <chengniansun at gmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |chengniansun at gmail dot com
--- Comment #2 from Chengnian Sun <chengniansun at gmail dot com> ---
A much smaller test case.
int a, b, c;
void fn1() {
unsigned char d = 3;
if (d > 11)
lbl_596:
c = 0;
while (!d)
b = b;
unsigned char e = e || d;
d = e;
if (a)
d = d || a;
goto lbl_596;
}
More information about the Gcc-bugs
mailing list