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: gcj - interpretation of testsuite


Petr Salinger writes:
 > > The Throw_2 failures probably indicate that singal unwinding doesn't
 > > work.  See gcc/config/i386/linux-unwind.h for a Linx example of how to
 > > do it.
 > 
 > Does it mean it works only on Linux ?

We have Throw_2 passing on other OSes, but not BSD as far as I know.

 > There is no other "os"-unwind.h in gcc/config/i386/
 > Is there any other way to pass Throw_2 ?

No.  It's a real failure, but it's not likely to present a problem for
most appications.

Andrew.


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