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

--- Comment #5 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
And another with a different ICE:
int
main (void)
{
  int r[5];
  __transaction_atomic
  {
    r[5] = 4;
  }
}

Reply via email to