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

--- Comment #3 from Richard Biener <rguenth at gcc dot gnu.org> ---
And also binary ops:

char __GIMPLE (ssa,startwith("optimized")) g1(char i)
{
  char _1;
  char _2;

  __BB(2,guessed_local(97603132)):
  _1 = i_3(D);
  _2 = 1 - _1;
  return _2;
}

Reply via email to