http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48152
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jakub at gcc dot gnu.org --- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-03-16 16:36:05 UTC --- The interesting thing there is see with what parameters prepare_call_arguments is called here and debug_rtx (insn) in that spot, also in which place in prepare_call_arguments is the call to targetm.calls.function_arg_advance that ICEs, what type it is, what mode it has, etc.