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

--- Comment #12 from Martin Liška <marxin at gcc dot gnu.org> ---
There's fixed version of the patch where I fixed wrong loop boundaries:

  for (int i = n2fpu_code_num - 1; i >= 0; i--)
    ptr->saved_fpu_custom_code[i] = (int) bp_unpack_value (bp, 64);

Can you please re-launch few tests that failed?

Thanks,
Martin

Reply via email to