[Bug rtl-optimization/9350] -fomit-frame-pointer does not work for main
-- rth at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |rth at gcc dot gnu dot org |dot org
[Bug rtl-optimization/9350] -fomit-frame-pointer does not work for main
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-26 15:24 --- The note in the documention should be expanded to say approximately "-fomit-frame-pointer does nothing for the function main as it is the entry point and the need for realigning the stack is needed". --