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]

Re: cygwin and mingw exception handling model




On Tue, 5 Jun 2001, Tony Kimball wrote:
> What exception handling model should I use for cygwin and for mingw
> targets?

setjmp/longjmp exceptions are the only possibility.  You shouldn't have to
do anything on the trunk, where libgcj will detect the EH model from gcc.

Jeff


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