https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99965

--- Comment #9 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Note, even std::vector<char> isn't guaranteed to align for the pointer types,
but usually will, but even when you ensure the start is aligned, the pointer
arithmetics you do afterwards needs to ensure that it is aligned too.

Reply via email to