https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67967
--- Comment #3 from Uroš Bizjak ---
Actually, gcc can now handle misaligned stack for x86_64 and it emits
{
rtx unspec = gen_rtx_UNSPEC (mode, gen_rtvec (1, reg), UNSPEC_STOREU);
insn = emit_insn (gen_rtx_SET (mem, unspec));
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67967
--- Comment #2 from tprince at computer dot org ---
Created attachment 36512
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36512&action=edit
C source
According to ChangeLog, ktietz is the one who modified this since it was last
working (ve
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67967
--- Comment #1 from tprince at computer dot org ---
Created attachment 36511
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36511&action=edit
include file