This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Minor testing notes



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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]