[Bug target/9383] [SYSV] stack frame always made for nested functions
--- Comment #5 from pinskia at gcc dot gnu dot org 2006-10-22 23:01 --- Fixed in 4.0 by the tree-ssa merge. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added
[Bug target/9383] [SYSV] stack frame always made for nested functions
--- Additional Comments From amodra at bigpond dot net dot au 2004-11-27 05:37 --- This is because g1 is allocated space on the stack as a result of the following code in expand_function_start. If a function has local variables (including hidden ones like this one) then it needs a stack