[Bug c++/64106] [5 Regression][C++14] internal compiler error: in cxx_eval_store_expression

mpolacek at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Dec 3 10:57:00 GMT 2014


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);
}



More information about the Gcc-bugs mailing list