This is the mail archive of the java-patches@sources.redhat.com mailing list for the Java project.


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

Re: [PATCH] Cleanup patches to build libgcj on x86/linux



Bryce McKinlay writes:

> My guess is that the compiler is correct and the declarations in
> gc_mark.h are simply not legal in C++. We'll need to make
> _Jv_MarkObj (and other stuff in boehm.cc) into extern "C" functions
> instead.

PRobably. But it seems incredible that the C++ compiler never
complained about anything -- which is why I thought we had a way to
turn the complains off that was now broken.

./A

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