This is the mail archive of the gcc-patches@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: ARM: Invalid Stack Alignment BUG


Craig,

Thanks for looking into this.  However, I'm not convinced that it correct 
to fix this in the back end (as I think you are implying).  I haven't 
checked in detail but my gut feeling is that if the stack-frame is 
unaligned during reload, then unallocated pseudos may get pushed at 
unaligned addresses, which could cause all sorts of carnage.

Jan, why does cfun->stack_alignment_needed not have a minimum value of 
STACK_BOUNDARY?

Richard.


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