The message is reported for a pointer comparison within the implementation of the 'memmove' standard library function. The test is necessary in order to establish whether the destination memory area overlaps with the source memory area.
If the two pointers involved in a pointer comparison do not point into the same array object, the HC(S)08 compiler performs an address comparison (comparing the addresses that are pointed to by the two operands).