[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|RESOLVED
 Resolution||FIXED


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



[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 uninitialized globals in the common section

 fconserve-stack
-Common Var(flag_conserve_stack,0) Optimization
+Common Var(flag_conserve_stack) Optimization
 Do not perform optimizations increasing noticeably stack usage

 fcprop-registers


This patch was commited to mainline (for 4.4.0).


-- 

hariharans at picochip dot com changed:

   What|Removed |Added

 CC||hariharans at picochip dot
   ||com


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



[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 |Added

 Status|UNCONFIRMED |NEW
  Component|c   |middle-end
 Ever Confirmed|0   |1
   Last reconfirmed|-00-00 00:00:00 |2008-11-17 22:23:14
   date||


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



[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

 AssignedTo|unassigned at gcc dot gnu   |hubicka at gcc dot gnu dot
   |dot org |org
 Status|NEW |ASSIGNED
   Last reconfirmed|2008-11-17 22:23:14 |2008-11-17 22:27:46
   date||


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