This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
2.95.3 update
- To: <gcc at gcc dot gnu dot org>
- Subject: 2.95.3 update
- From: Bernd Schmidt <bernds at redhat dot com>
- Date: Thu, 28 Dec 2000 12:26:41 +0000 (GMT)
Just a quick update what's going on with 2.95.3.
There are two open problems: the sjlj eh problem which needs to be fixed,
and a regression on a powerpc target found by David Edelsohn.
I'm still working on the sjlj eh problem. I managed to convince myself that
the backport of Richard's fix will correctly fix the problem. Unfortunately
it triggers an -fPIC bug on sparc which means we can't build libgcc. I have
a fix for this which I'm testing at the moment.
Bernd