This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/17965] ice in expand_call
- From: "amodra at bigpond dot net dot au" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 28 Nov 2004 10:25:43 -0000
- Subject: [Bug middle-end/17965] ice in expand_call
- References: <20041013023407.17965.pinskia@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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