This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Minor testing notes
- To: egcs at cygnus dot com
- Subject: Minor testing notes
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Sun, 19 Jul 1998 23:58:41 -0600
- Reply-To: law at cygnus dot com
Some of you might find this site.exp template easier to work with
than the original one:
# snapdir should point to the top-level directory of an unpacked egcs-1.1
# snapshot
set snapdir "/some/place/egcs-19980715"
# set old_release_prefix to the prefix directory of an installed egcs-1.0.3a.
set old_release_prefix /prefix/for/egcs-1.0.3a
set rootme "."
set target_triplet [exec "$snapdir/config.guess"]
set srcdir "$snapdir/gcc/testsuite"
set GCC_UNDER_TEST "$old_release_prefix/bin/gcc"
set GXX_UNDER_TEST "$old_release_prefix/bin/g++"
You should also be aware that the gcc testsuite tests an option (-Os)
that is not available in gcc-2.8.1 or egcs-1.0.3a. So expect many gcc
failures on those platforms. This is normgl and expected behavior.
jeff