https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78468

Eric Botcazou <ebotcazou at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2016-11-25
     Ever confirmed|0                           |1

--- Comment #15 from Eric Botcazou <ebotcazou at gcc dot gnu.org> ---
> Is the dynamic variable stack area properly aligned?  Since sparc.h does not
> define STACK_DYNAMIC_OFFSET it should be aligned to STACK_BONDARY, i.e. 64
> bits.

STACK_POINTER_OFFSET is 92 so the default value of STACK_DYNAMIC_OFFSET given
in function.c is certainly not aligned on STACK_BOUNDARY.

Reply via email to