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

--- Comment #12 from Alan Modra <amodra at gmail dot com> ---
I suspect that the patch in comment #1 will break libcalls in other situations,
eg.

void f1 (int y)
{
  extern double d;
  d = y;
}

Reply via email to