https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122437
--- Comment #6 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The trunk branch has been updated by Andrew Pinski <[email protected]>: https://gcc.gnu.org/g:468f8a3df1cd9e63b38cd4855926e9507b916fd0 commit r16-4912-g468f8a3df1cd9e63b38cd4855926e9507b916fd0 Author: Andrew Pinski <[email protected]> Date: Fri Oct 31 09:32:23 2025 -0700 fold-const: Remove div_if_zero_remainder declaration. I missed the declaration of div_if_zero_remainder in fold-const.h when it was removed in r16-4907-ga4be88ef0f2669. This removes it. Pushed as obvious after a quick build and test. PR tree-optimization/122437 gcc/ChangeLog: * fold-const.h (div_if_zero_remainder): Remove. Signed-off-by: Andrew Pinski <[email protected]>
