https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90963
--- Comment #3 from dave.anglin at bell dot net --- On 2019-06-24 12:59 p.m., wilco at gcc dot gnu.org wrote: > Looking into this, pa.md is one of a few targets which defines > builtin_longjmp. > This subtracts 8 from the loaded frame pointer, but that's now wrong since the > hard frame pointer is store. Regarding the change, we need to remove this comment, "The virtual_stack_vars_rtx is saveds instead of the hard_frame_pointer_rtx in the save area. We need to adjust for the offset between these two values.", as it is no longer correct.