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