[Bug middle-end/26034] [4.0 Regression] gcc uses way too much stack space for this code

2007-02-03 Thread gdr at gcc dot gnu dot org
--- Comment #2 from gdr at gcc dot gnu dot org 2007-02-03 16:15 --- Won't fix in GCC-4.0.x. Closing. -- gdr at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/26034] [4.0 Regression] gcc uses way too much stack space for this code

2006-03-10 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.0.3 |4.0.4 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26034

[Bug middle-end/26034] [4.0 Regression] gcc uses way too much stack space for this code

2006-02-14 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2006-02-14 15:12 --- With 4.1 and 4.2 we (now) use 12024 bytes for the stack and even produce slightly better code than 3.4 with -O2. 4.0.x is horrible as we have two extra stack temps we memcpy in/out to/of. I guess Jasons fix for