[Bug target/93583] [10 Regression] bootstrap failure on powerpc64le-linux-gnu

rguenth at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Feb 17 11:01:00 GMT 2020


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

--- Comment #12 from Richard Biener <rguenth at gcc dot gnu.org> ---
void *bar(const char*);
static void *__attribute__((malloc,noinline)) foo(const char *p)
{
  return bar (p);
}

int main(int argc, char **argv)
{
  foo (argv[0]);
  return 0;
}


doesn't ICE on x86_64


More information about the Gcc-bugs mailing list