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

--- Comment #4 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
Slightly reduced testcase:

void
f (int &c, int &lc)
{
  c >> (lc -= 8);
}

Reply via email to