Hello! Attached patch documents new functionality in gcc-6 release notes.
OK for GCC docs? Uros.
Index: htdocs/gcc-6/changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-6/changes.html,v retrieving revision 1.34 diff -r1.34 changes.html 200a201,207 > <li> > x86-64 targets now allow stack realignment from word-aligned stack > pointer using the command-line option <code>-fstackrealign</code> or > <code>__attribute__ ((force_align_arg_pointer))</code>. This allows > functions compiled with a vector-aligned stack to be invoked from > objects that keep only word-alignment.</li> > </li>