This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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



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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]