This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/53383] Allow -mpreferred-stack-boundary=3 on x86-64


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53383

--- Comment #3 from H.J. Lu <hjl.tools at gmail dot com> 2012-05-17 15:37:02 UTC ---
Following the x86-64 psABI, GCC assumes incoming stack is
16byte aligned and generates 16-byte aligned vector move
on stack.  If it isn't true, you will get segfault at
run-time.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]