This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: GCC 3.3 MingW Crossed-Native Build Suceeded! (Woo hoo!)
Ranjit Mathew writes:
> Erik Poupaert wrote:
> > For a starters, the bug "throwing exceptions across libffi" has disappeared.
>
> I don't think it has disappeared - AFAICT, it is because we do not have
> a DWARF2 Frame Description Entry (FDE) for the functions defined in
> "libffi/src/x86/win32.S", without which the DWARF2 unwinder in GCC
> aborts the program. This should disappear if we either provide such
> information or use SJLJ instead.
Right. This is a bug that really must be fixed before we go over to
the DWARF2 unwinder.
Andrew.