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

--- Comment #21 from Richard Biener <rguenth at gcc dot gnu.org> ---
Reduced testcase:

int
qy (void)
{
  int tw = 4;
  int fb[tw];
  return fb[2];
}

Reply via email to