https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118018
--- Comment #2 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by John David Anglin <dang...@gcc.gnu.org>: https://gcc.gnu.org/g:3e7ae868fa057a808448a5ab081d2ad30ad80bab commit r15-6269-g3e7ae868fa057a808448a5ab081d2ad30ad80bab Author: John David Anglin <dang...@gcc.gnu.org> Date: Sun Dec 15 17:18:40 2024 -0500 hppa: Implement TARGET_FRAME_POINTER_REQUIRED If a function receives nonlocal gotos, it needs to save the frame pointer in the argument save area. This ensures that LRA sets frame_pointer_needed when it saves arguments in the save area. 2024-12-15 John David Anglin <dang...@gcc.gnu.org> gcc/ChangeLog: PR target/118018 * config/pa/pa.cc (pa_frame_pointer_required): Declare and implement. (TARGET_FRAME_POINTER_REQUIRED): Define.