Do not under-align pseudovectors
commitd7038020aa0a868c74cddaed5733ad6eeb73406b
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 14 Oct 2017 07:55:25 +0000 (14 00:55 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 14 Oct 2017 08:01:16 +0000 (14 01:01 -0700)
tree31aac82bd20d4d0ceb17eba14723327facb9bccb
parentff330530123a9e3f6fbb2d0fe52564e4e3d78369
Do not under-align pseudovectors

Problem reported by Fabrice Popineau in:
https://lists.gnu.org/archive/html/emacs-devel/2017-10/msg00357.html
Also see diagnosis by Eli Zaretskii in:
https://lists.gnu.org/archive/html/emacs-devel/2017-10/msg00476.html
* src/alloc.c (vector_alignment):
Now a multiple of alignof (max_align_t).
src/alloc.c