https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111021
--- Comment #16 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Hans-Peter Nilsson <h...@gcc.gnu.org>: https://gcc.gnu.org/g:eef192b181b8777d708671e2541896e7e31293aa commit r14-3218-geef192b181b8777d708671e2541896e7e31293aa Author: Hans-Peter Nilsson <h...@axis.com> Date: Tue Aug 15 06:35:43 2023 +0200 CRIS: Don't include tree.h in cris-protos.h, PR bootstrap/111021 While there's another patch that fixes the immediate error in the PR by other means, the include of tree.h here is something I prefer to avoid. PR bootstrap/111021 * config/cris/cris-protos.h: Revert recent change. * config/cris/cris.cc (cris_legitimate_address_p): Remove code_helper unused parameter. (cris_legitimate_address_p_hook): New wrapper function. (TARGET_LEGITIMATE_ADDRESS_P): Change to cris_legitimate_address_p_hook.