[Bug c/104310] ice in forwprop

dcb314 at hotmail dot com gcc-bugzilla@gcc.gnu.org
Mon Jan 31 17:34:07 GMT 2022


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104310

--- Comment #2 from David Binderman <dcb314 at hotmail dot com> ---
The code I gave crashes in fre. This code crashes in forwprop:

int i_5;
void func_3() {
  int *ptr_11;
  unsigned int ui_15;
  ptr_11 = &ui_15;
  (ui_15 = 0 >= 0) / i_5 << 1;
}

My apologies for getting the reduction wrong.


More information about the Gcc-bugs mailing list