https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119253
Xi Ruoyao <xry111 at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |xry111 at gcc dot gnu.org --- Comment #4 from Xi Ruoyao <xry111 at gcc dot gnu.org> --- (In reply to Dusan Stojkovic from comment #2) > Maybe something to consider when compiling with -Wall -mstrict-align or > -mvector-strict-align is to have these warnings enabled. At the very lease it shouldn't be related to -m{vector-,}strict-align or not. The code is just invalid, no matter if the processor supports unaligned access or not.