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 bootstrap/77359] [7 Regression] AIX bootstrap failure due to alignment of stack pointer + STACK_DYNAMIC_OFFSET


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

--- Comment #20 from David Edelsohn <dje at gcc dot gnu.org> ---
If STACK_DYNAMIC_OFFSET has to be increased to 16, it has to be increased.

info->parm_size probably was adjusted for VMX parameters.

Note that GCC has gone through contortions with STACK_BOUNDARY,
PREFERRED_STACK_BOUNDARY and PARM_BOUNDARY as it has evolved.

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