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]

Re: Stack Alignment Bug


On Fri, Nov 10, 2000 at 02:43:04PM -0500, David Ronis wrote:
> The problem doesn't go away.  Am I missign something?  For example, do
> I have to rebuild gcc?

I wouldn't think so.  I merely note that your test case does
not fail on a RH7 machine. 

I also examine the output of main and note that the double
will be aligned iff the incoming stack is correctly aligned,
i.e. the return address is at (esp % 16) == 12.


r~

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