Alpha: Add memory clobbers to `builtin_longjmp' expansion
Add the same memory clobbers to `builtin_longjmp' for Alpha as with commit 41439bf6 ("builtins.c (expand_builtin_longjmp): Added two memory clobbers."), to prevent instructions that access memory via the frame or stack pointer from being moved across the write to the frame pointer. gcc/ * config/alpha/alpha.md (builtin_longjmp): Add memory clobbers.
Please register or sign in to comment