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/78750] [7 Regression] ICE in get_range_info, at tree-ssanames.c:375


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

--- Comment #6 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
Reduced:

extern "C" char *strcpy (char *, const char *);

void
fn (char *p, char &as)
{
  strcpy (p, &as);
}

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