[Bug middle-end/90963] [10 Regression] FAIL: gcc.c-torture/execute/built-in-setjmp.c execution test

dave.anglin at bell dot net gcc-bugzilla@gcc.gnu.org
Mon Jun 24 17:58:00 GMT 2019


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.


More information about the Gcc-bugs mailing list