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/17965] ice in expand_call


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


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