This is the mail archive of the java@gcc.gnu.org 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]
Other format: [Raw text]

Re: Crash in garbage collection(?) under GCC 3.3 & GCC 3.4


Hi Hans,

>Was this ever reproduced on a non-Windows platform?  (I'm trying, so far without luck.)
>
>If not, is DYNAMIC_LOADING defined by gcconfig.h for the Windows build?

I dumped this into stubborn.c and waited for the compile to fail:

#ifdef DYNAMIC_LOADING
  #error DYNAMIC_LOADING is defined.
#else
  #error DYNAMIC_LOADING is not defined.
#endif

It failed in the "not defined" section.

I wasn't clear from your post whether this should or shouldn't be defined for Windows.

The build was for the (linux,mingw32) 3.4 cross-compiler, but I don't see why the
3.3 native compiler wouldn't produce the same results.

-- Mohan
http://www.thisiscool.com/
http://www.animalsong.org/





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