GCJ/minGW produced executables and linux/wine

Andrew Haley aph@redhat.com
Tue Mar 4 19:05:00 GMT 2003


Jeff Sturm writes:
 > On Tue, 4 Mar 2003, Ranjit Mathew wrote:
 > > > > "--enable-sjlj-exceptions" explicitly during GCC configuration, it
 > > > > builds as a DWARF-2 EH using target.
 > > >
 > > > Hmm... that's not what I observe.  Not on the 3.3 branch at least.
 > >
 > > Yes, once again, I confused the effects of mingw-local patches v/s
 > > vanilla GCC 3.3. Sorry.
 > 
 > Ugh.  How is it that mingw always has some outstanding patch set that
 > never quite gets integrated into GCC?  (Don't answer that, I don't
 > really want to know...)
 > 
 > I think this test isn't quite right:
 > 
 > if test $can_unwind_signal = no && test $enable_sjlj_exceptions = no; then
 >   CHECKREFSPEC=-fcheck-references
 >   ...
 > 
 > since it gives no assurances that signal handling a.k.a. exception filters
 > work at all.

The test is correct, but it may need to be overriden on some targets.
If we're using sjlj, we shouldn't need to use -fcheck-references.

Please let me know which tests still fail.

Andrew.



More information about the Java mailing list