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 c/83640] ice in generic_overlap, at gimple-ssa-warn-restrict.c:814


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

--- Comment #1 from David Binderman <dcb314 at hotmail dot com> ---
Reduced code:

a() {
  char *b, *c;
  b = c;
  c = d();
  strcat(c, "*/");
  strcat(c, b);
}

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