https://gcc.gnu.org/bugzilla/show_bug.cgi?id=125321
--- Comment #1 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by H.J. Lu <[email protected]>: https://gcc.gnu.org/g:3050eeeee4183b9723a1465552b5798a1c21d223 commit r17-531-g3050eeeee4183b9723a1465552b5798a1c21d223 Author: H.J. Lu <[email protected]> Date: Fri May 15 08:01:56 2026 +0800 caller_save_regs: Return the enabled registers Since the caller can save a register only if the register is enabled in the caller, change caller_save_regs to return the enabled registers. PR rtl-optimization/125321 * function-abi.cc (function_abi_aggregator::caller_save_regs): Return the enabled registers. Signed-off-by: H.J. Lu <[email protected]>
