https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113933
--- Comment #10 from John David Anglin <danglin at gcc dot gnu.org> --- This commit https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=29f47b0929e00ef9b880e9157f156c78ff924f5b fixes an ICE in add_stores. The clobbers of the frame_pointer_rtx in the nonlocal_goto and builtin_setjmp patterns don't get hard registers with LRA. Fixed by removing them.