This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Build Optimization triggers testsuite failures
- To: gcc-bugs at gcc dot gnu dot org
- Subject: Build Optimization triggers testsuite failures
- From: David Ronis <ronis at ronispc dot chem dot mcgill dot ca>
- Date: Fri, 15 Jun 2001 10:16:01 -0400
- Reply-To: ronis at onsager dot chem dot mcgill dot ca
Boostraps on a i686-pc-linux(2.4.5)-gnu(2.2.3) box show more failures
when optimized CFLAGS are used for the bootstrap. Here are the main
differences:
Test unoptimized optimized
----------------------------------------
g++ 1 4
gcc 1 5
libstc++v3 0 7
----------------------------------------
For more details, have a look at:
http://gcc.gnu.org/ml/gcc-testresults/2001-06/msg00355.html
(optimized)
and
http://gcc.gnu.org/ml/gcc-testresults/2001-06/msg00339.html
(default optimization)
David