This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libgcj/50053] [4.7 regression] SIGSEGV in natClass.cc:651
- From: "jojelino at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sun, 23 Oct 2011 13:42:43 +0000
- Subject: [Bug libgcj/50053] [4.7 regression] SIGSEGV in natClass.cc:651
- Auto-submitted: auto-generated
- References: <bug-50053-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50053
--- Comment #5 from gee <jojelino at gmail dot com> 2011-10-23 13:42:43 UTC ---
maybe this is related to x86_this_parameter in gcc/config/i386/i386.c
it might tell why caller push parameter to stack, whereas function prologue
treats first parameter is in %ecx when MS_ABI is default.