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 java/71917] [7 regression] libjava.jar/ReturnProxyTest.jar etc. FAIL


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71917

--- Comment #11 from Eric Botcazou <ebotcazou at gcc dot gnu.org> ---
> I'm getting my head around this now! The conversion functions will need to
> perform the 32-bit to 64-bit sign extension but do nothing for the reverse.
> I think this means that only the raw-to-rvalue needs updating based on the
> function names.

My understanding as well.

> I'll give it a go.

Thanks in advance.  The other change to java/lang/reflect/natVMProxy.cc looks
correct because it uses the regular API.  And reverting the interpret-run.cc
change alone indeed eliminates all the regressions reported by Rainer.

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