Commit df9198ab by Hariharan Sandanagobalane Committed by Hariharan Sandanagobalane

common.opt (flag_conserve_stack): Initialised to zero.

        PR/38157
        * common.opt (flag_conserve_stack): Initialised to zero.

From-SVN: r143784
parent c95b2534
Hariharan Sandanagobalane <hariharan@picochip.com>
PR/38157
* common.opt (flag_conserve_stack): Initialised to zero.
2009-01-30 Kai Tietz <kai.tietz@onevision.com>
PR/39002
......
......@@ -386,7 +386,7 @@ Common Report Var(flag_no_common,0) Optimization
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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment