This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Finally, optimized 2.96 20000604 builds
- To: gcc at gcc dot gnu dot org
- Subject: Finally, optimized 2.96 20000604 builds
- From: David Ronis <ronis at onsager dot chem dot mcgill dot ca>
- Date: Mon, 5 Jun 2000 11:57:35 -0400 (EDT)
- Reply-To: David Ronis <ronis at onsager dot chem dot mcgill dot ca>
Congratulations, after months, the latest snapshot builds on a i686-linux-gnu
box with agressive optimization in the boot flags; specifically:
Platform: i686-pc-linux-gnu
configure flags: --host=i686-pc-linux-gnu --with-gnu-as --enable-shared
--with-gnu-ld
BOOT_CFLAGS=-O3 -march=i686 -funroll-loops -fomit-frame-pointer
-fstrict-aliasing -fforce-mem -fforce-addr -ffast-math -malign-double
However, the testsuite still shows massive failures. I've posted the testsuite
results at
http://gcc.gnu.org/ml/gcc-testresults/2000-06/msg00029.html
David