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: 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.


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