[Bug middle-end/38157] -fconserve-stack enabled by default

2009-02-04 Thread bonzini at gnu dot org
--- Comment #4 from bonzini at gnu dot org 2009-02-04 14:36 --- Fixed. -- bonzini at gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug middle-end/38157] -fconserve-stack enabled by default

2009-01-30 Thread hariharans at picochip dot com
--- Comment #3 from hariharans at picochip dot com 2009-01-30 10:04 --- Index: gcc/common.opt === --- gcc/common.opt (revision 143749) +++ gcc/common.opt (working copy) @@ -386,7 +386,7 @@ Do not put

[Bug middle-end/38157] -fconserve-stack enabled by default

2009-01-29 Thread hjl dot tools at gmail dot com
-- hjl dot tools at gmail dot com changed: What|Removed |Added Target Milestone|--- |4.4.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38157

[Bug middle-end/38157] -fconserve-stack enabled by default

2008-11-17 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2008-11-17 22:23 --- Hmm: Common Var(flag_conserve_stack,0) Optimization It should be: Common Var(flag_conserve_stack) Init(0) Optimization Confirmed. -- pinskia at gcc dot gnu dot org changed: What|Removed

[Bug middle-end/38157] -fconserve-stack enabled by default

2008-11-17 Thread hubicka at gcc dot gnu dot org
--- Comment #2 from hubicka at gcc dot gnu dot org 2008-11-17 22:27 --- Mine. -- hubicka at gcc dot gnu dot org changed: What|Removed |Added