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

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
And another case to watch for is:
void
qux ()
{
  while (const bool b = bar ())
    ;
}

Reply via email to