public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug boehm-gc/43682]  New: libgcj don't support Win x64?
@ 2010-04-08  1:59 aflyhorse at foxmail dot com
  0 siblings, 0 replies; only message in thread
From: aflyhorse at foxmail dot com @ 2010-04-08  1:59 UTC (permalink / raw)
  To: gcc-bugs

in /boehm-gc/mark.c, line 428-434:
  context->Esp = context->Ebp;
  context->Ebp = *((DWORD *)context->Esp);
  context->Esp = context->Esp - 8;
  context->Eip = (DWORD )(xer->alt_path);
So much x86-oriented register (E** but no R** for _WIN64),
does it mean libgcj (because of its default gc's fault or both) had not been
ported to Win x64?

In addition, a small bug:
in /boehm-gc/gc.h, line 87-89:
should explicitly add #include <basetsd.h> since no <windows.h> can be found
above,
and the second GC_word should be changed to GC_signed_word

Thx.


-- 
           Summary: libgcj don't support Win x64?
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: boehm-gc
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: aflyhorse at foxmail dot com


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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-04-08  1:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-04-08  1:59 [Bug boehm-gc/43682] New: libgcj don't support Win x64? aflyhorse at foxmail dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).