[Bug target/29248] Stack pointer is modified in functions that don't use the stack

2007-10-31 Thread pthaugen at gcc dot gnu dot org
--- Comment #7 from pthaugen at gcc dot gnu dot org 2007-10-31 19:48 --- Subject: Bug 29248 Author: pthaugen Date: Wed Oct 31 19:48:19 2007 New Revision: 129806 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=129806 Log: 2007-10-01 Pat Haugen [EMAIL PROTECTED] Backport

[Bug target/29248] Stack pointer is modified in functions that don't use the stack

2006-12-18 Thread nathan at gcc dot gnu dot org
--- Comment #6 from nathan at gcc dot gnu dot org 2006-12-18 18:36 --- this is really a duplicate of 28966. Like vxworks has an unconditional 128 bit stack alignment, unlike other targets where it is only 128bit when altivec comes into play. *** This bug has been marked as a duplicate

[Bug target/29248] Stack pointer is modified in functions that don't use the stack

2006-09-26 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2006-09-27 05:14 --- #define STACK_BOUNDARY (16*BITS_PER_UNIT) This is a target issue. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added