This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Itanium unwind patch
- From: "Boehm, Hans" <hans_boehm at hp dot com>
- To: "'rth at redhat dot com'" <rth at redhat dot com>, "'gcc at gcc dot gnu dot org'" <gcc at gcc dot gnu dot org>
- Date: Fri, 14 Dec 2001 13:25:32 -0800
- Subject: Itanium unwind patch
Has anyone had a chance to look at
http://gcc.gnu.org/ml/gcc-patches/2001-11/msg02039.html ?
AFAIK, this fixes the most serious remaining problem with Java on Itanium,
and I suspect it also improves the C++ exception handling situation
appreciably as well. It would be nice to get it checked in. The only part
of the patch that I'm not completely comfortable with is the conditional
linux.h inclusion in unwind-ia64.c. If someone can suggest a better way
that would be great. But even that's a stylistic issue, which I consider
far less serious than the problems fixed by the patch.
Hans