------- Comment #4 from pinskia at gcc dot gnu dot org 2006-09-09 23:33 -------
Grrr my patch causes a rejects valid to happen.
void
f()
{
bool i = 0;
++i = 6;
}
Is valid code as preincrement is an lvalue.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28989