https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103427
--- Comment #4 from Jonathan Wakely <redi at gcc dot gnu.org> --- Oops more slip-ups in the original submission .. (In reply to Jonathan Wakely from comment #0) > Although an int* might not actually point to a valid int, and so could be > misaligned, and int& must be bound to a valid object s/and int/an int/ > Similarly, although a My* could contain an arbitrary address, inside a > member function the 'this' pointer must point to a valid object, which > cannot be misaligned. It would be undefined to ... call a member function through a misaligned pointer.