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 rtl-optimization/25505] gcc uses way too much stack space for this code



------- Comment #2 from pinskia at gcc dot gnu dot org  2005-12-20 20:15 -------
At -O0 in 4.2.0, we have:
        stwu r1,-7920(r1)

as the max.  so that is 8k (I have not looked into why there is 8k).


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to fail|4.0.1                       |
      Known to work|3.3                         |


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


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