https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86520
Richard Earnshaw <rearnsha at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution|--- |INVALID
--- Comment #2 from Richard Earnshaw <rearnsha at gcc dot gnu.org> ---
If your system cannot tolerate unaligned accesses, you'll need to rebuild all
your code with -mstrict-align. Note that library code also assumes that
misaligned accesses are safe: that is the default for AArch64.