continuing egcs-1.1 problems

David Edelsohn dje@watson.ibm.com
Wed Nov 11 07:57:00 GMT 1998


>>>>> Gary Thomas writes:

Gary> How is it possible that the stack remain 16 byte aligned when an object
Gary> (the trampoline code) of only 40 bytes is being created [on the stack]?

	While a 40 byte object may be created on the stack, the next
allocation of an object that must be aligned, like a new stack frame, will
round up the address to the stack alignment boundary.

David



More information about the Gcc-bugs mailing list