This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
egcs-1.1.1 stuff
- To: egcs at cygnus dot com
- Subject: egcs-1.1.1 stuff
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Sun, 01 Nov 1998 18:53:44 -0700
- Reply-To: law at cygnus dot com
I've put a pre-release of egcs-1.1.1 on the ftp server
(pub/egcs/snapshots/1.1.1-prerelease).
No components for the pre-release, but diffs from egcs-1.1b are available.
There's still a few things to take care of (doc stuff mostly I think), but
that pre-release should be pretty close to the real thing.
--
Here's the current change list for egcs-1.1.1. Some of these things may need
to be expanded (arm fixes, cygwin fixes, c++ fixes, etc). Your feedback would
be greatly appreciated.
* Fix identification of Unixware 7 machines.
* Do not assume x86-svr4 or x86-unixware machines can handle stabs.
* Fix cpp predefines for various linux targets.
* Fix out of range displacement problem for m68k targets and
byte sized operand problems for the coldfire.
* Fixes for 64bit ppc/rs6000 targets. Fix varargs bug with long long
typess in the overflow area.
* Various cygwin/mingw fixes.
* Fix generic code generation bug in loop invariant code motion
optimization.
* Fix generic code generation bug in gcse optimization.
* fixincludes fixes for rpc header files on SunOs.
* Simplify/fix installation of assert.h for cross targets.
* arm fixes
* Fix compiler abort in reg-stack on the x86.
* Fix alpha code generation bug (richard, more details?)
* Fix compiler segfault/abort compiling linux 2.1.11x kernels.
* Fix return type for RAND in Fortran front end.
* Various documentation updates for the Fortran front end.
* Fix Makefiles in Fortran front end and runtime to work better
BSD shells/make programs.
* Fix implicit endfile on rewind in Fortran runtime libraries.
* Avoid spurious recursive i/o error from formatted direct i/o in
Fortran runtime libraries.
* Various C++ fixes.
jeff