http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58041
--- Comment #21 from Bill Schmidt <wschmidt at gcc dot gnu.org> ---
My only comment on the patch would be to please add commentary indicating why
the change is being made, and referencing this PR. Something along the lines
of:
/* Ensure the memory reference carries the minimum alignment
requirement for the data type. Some targets (e.g., ARM)
can't always handle an unaligned reference otherwise. See PR58041. */
...or something like that.
Thanks again!
Bill