CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2025/08/20 13:38:35
Modified files:
gnu/gcc/gcc/config/m88k: m88k.c
Log message:
Fix use of blockage pseudo-instructions in the epilogue once again. The new
frame layout code would end up not emitting any for a leaf function which does
not have enough local variables to end up needing to spill some on the stack,
and the optimizer would move the return instruction a bit too early.
Spotted by a particular computational test program with a leaf function using
14 variables.