------- Additional Comments From amodra at bigpond dot net dot au 2004-11-28 10:25 ------- If I recollect correctly, stack_usage_map is only relevant for libcalls that might be executed when evaluating arguments for a call. ie. There's no need to cater for arbitrary user function calls. This suggests that the right fix for this particular problem is to limit the size of stack_usage_map to something that covers all possible libcall arguments.
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17965