This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/48152] Bootstrap failure for x86_64-w64-mingw32 due ICE
- From: "jakub at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 16 Mar 2011 16:36:22 +0000
- Subject: [Bug middle-end/48152] Bootstrap failure for x86_64-w64-mingw32 due ICE
- Auto-submitted: auto-generated
- References: <bug-48152-4@http.gcc.gnu.org/bugzilla/>
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.