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 target/64377] nios2 compile error in options-save.c


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

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