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

--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
The problem is here:
  unsigned i;
  for (i = 0; i < patch_area_size; ++i)
    fprintf (file, "\t%s\n", nop_templ);

inside default_print_patchable_function_entry.

Reply via email to