This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
2.95.3 status
- To: <gcc at gcc dot gnu dot org>
- Subject: 2.95.3 status
- From: Bernd Schmidt <bernds at cambridge dot redhat dot com>
- Date: Fri, 9 Feb 2001 15:43:46 +0000 (GMT)
There is one unresolved issue that's holding up the 2.95.3 release.
The sjlj eh fixes that were installed on the branch broke hpux platforms
using the native assembler instead of gas. We'd get early bootstrap
failures; however, even with 2.95.2 we end up with a bootstrap comparison
failure.
The latest test release has a fix for this problem; unfortunately it
broke rs6000-aix systems which now fail to bootstrap.
I'm trying to get my hands on an aix system to fix this. However, I'm
rather tempted to declare hpux without gas as unsupported, given that we
get comparison failures even in 2.95.2 (although it may be that these
are only due to timestamps in the object files).
Bernd