[Bug rtl-optimization/25505] gcc uses way too much stack space for this code

2005-12-20 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2005-12-20 20:20 --- at -O2 -fno-schedule-insns on the mainline: stwu r1,-17088(r1) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25505

[Bug rtl-optimization/25505] gcc uses way too much stack space for this code

2005-12-20 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2005-12-20 20:18 --- 3.3 at -O2 -fno-schedule-insns gave: stwu r1,-4016(r1) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25505

[Bug rtl-optimization/25505] gcc uses way too much stack space for this code

2005-12-20 Thread pinskia at gcc dot gnu dot org
--- 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

[Bug rtl-optimization/25505] gcc uses way too much stack space for this code

2005-12-20 Thread sabre at nondot dot org
--- Comment #1 from sabre at nondot dot org 2005-12-20 19:57 --- Created an attachment (id=10537) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10537&action=view) testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25505