[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 the following patches:

2007-09-04  Daniel Jacobowitz  [EMAIL PROTECTED]

* config/rs6000/rs6000.c (rs6000_stack_info): Allocate space for the
GOT pointer only if there is a constant pool.  Use the allocated space
for SPE also.

2006-12-21  Nathan Sidwell  [EMAIL PROTECTED]

PR target/28966
PR target/29248
* reload1.c (reload): Realign stack after it changes size.


Modified:
branches/ibm/gcc-4_1-branch/gcc/ChangeLog
branches/ibm/gcc-4_1-branch/gcc/config/rs6000/rs6000.c
branches/ibm/gcc-4_1-branch/gcc/reload1.c


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29248



[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 of 28966 ***


-- 

nathan at gcc dot gnu dot org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||DUPLICATE


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29248



[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

 Status|WAITING |NEW
  Component|regression  |target
 Ever Confirmed|0   |1
  Known to work|2.95.2  |
   Last reconfirmed|-00-00 00:00:00 |2006-09-27 05:14:43
   date||


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29248