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]
Other format: [Raw text]

[Bug middle-end/32429] [PPC, missing optimization] stack space not optimized when stack not used



------- Comment #1 from pthaugen at gcc dot gnu dot org  2007-10-31 19:05 -------
Looks like the -fpic/PIC/pie/PIE issue was fixed on mainline with the following
patch.

2007-09-04  Daniel Jacobowitz  <dan@codesourcery.com>

        * 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.


See bug 28966 for the -maltivec fix.


-- 

pthaugen at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pthaugen at gcc dot gnu dot
                   |                            |org, drow at gcc dot gnu dot
                   |                            |org


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


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