[Bug middle-end/64242] Longjmp expansion incorrect
pinskia at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Feb 12 07:13:00 GMT 2020
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64242
--- Comment #38 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
(In reply to Wilco from comment #37)
> (In reply to Andrew Pinski from comment #36)
> > MIPS is still broken. I might look into MIPS brokenness next week.
>
> Yes it seems builtin_longjmp has the exact same fp corruption issue:
>
> move $fp,$17
> lw $sp,8($fp)
> jr $16
> lw $28,12($fp)
Yes the same issue. I will be testing a patch soon.
More information about the Gcc-bugs
mailing list