This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug middle-end/68122] ICE in gcc/toplev.c:353 with -fsanitize=undefined and -fgnu-tm


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]