https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69890
Ilya Enkovich <ienkovich at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ienkovich at gcc dot gnu.org --- Comment #2 from Ilya Enkovich <ienkovich at gcc dot gnu.org> --- The problem is that some string functions are defined as inline functions using *_chk function variants. object_sizes pass transforms *_chk call into original function call in a regular case but not for CHKP wrappers. Thus CHKP wrappers need to be supported in object_sizes pass to make these tests pass on Darwin.