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 libgcj/51500] [4.7 regression] 106 unexpected libjava testsuite failures with mingw32


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51500

--- Comment #19 from Kai Tietz <ktietz at gcc dot gnu.org> 2012-02-01 10:46:40 UTC ---
Author: ktietz
Date: Wed Feb  1 10:46:36 2012
New Revision: 183794

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=183794
Log:
    PR target/51500
    * interpret.cc (_Jv_init_cif): Handle thiscall
    convention for 32-bit Windows.
    * java/lang/reflect/natMethod.cc (_Jv_CallAnyMethodA):
    Likewise.
    * java/lang/reflect/natVMProxy.cc (invoke_t): Add
    thiscall-attribute for 32-bit Windows.


Modified:
    trunk/libjava/ChangeLog
    trunk/libjava/interpret.cc
    trunk/libjava/java/lang/reflect/natMethod.cc
    trunk/libjava/java/lang/reflect/natVMProxy.cc


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