This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/64377] nios2 compile error in options-save.c
- From: "marxin at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 13 Jan 2015 15:28:39 +0000
- Subject: [Bug target/64377] nios2 compile error in options-save.c
- Auto-submitted: auto-generated
- References: <bug-64377-4 at http dot gcc dot gnu dot org/bugzilla/>
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