https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71934
--- Comment #31 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Iain D Sandoe <ia...@gcc.gnu.org>: https://gcc.gnu.org/g:0d5db1dd65b45286082f82f600ca0a3e6e43e06e commit r12-5857-g0d5db1dd65b45286082f82f600ca0a3e6e43e06e Author: Iain Sandoe <i...@sandoe.co.uk> Date: Mon Dec 6 07:50:08 2021 +0000 Darwin, PCH: Rework hooks for relocatable implementation [PR71934]. Now we have a relocatable PCH implementation we can revise the hooks that find and use the mmapped memory. Specifically, this removes the extra checking and diagnostic output for cases that were likely to fail in a non-relocatable scenario. Signed-off-by: Iain Sandoe <i...@sandoe.co.uk> gcc/ChangeLog: PR pch/71934 * config/host-darwin.c (SAFE_ALLOC_SIZE): Remove. (darwin_gt_pch_get_address): Rework for relocatable PCH. (darwin_gt_pch_use_address): Likewise.