https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54412
c...@spin-digital.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |c...@spin-digital.com --- Comment #14 from c...@spin-digital.com --- A solution would be to use unaligned loads and stores to stack variables for 256-bit variables and spilled registers. Likely the other compilers are doing this to make it work. I would really appreciate such a solution.