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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|---                         |INVALID

--- Comment #4 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
(In reply to Yuri from comment #3)
> The problem is that gcc assumes that stack is 16 aligned and creates code
> based on this. For example it places instruction like this 'movdqa %xmm0,
> 0x10(%esp)' which assumes 16 byte alignment. As a result, gcc compiled
> procedure crashes when called by ABI compliant code.

We need a testcase and one has not been forth coming in the last 2 years so
closing as invalid.

Reply via email to