This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: precompiled tests
- From: Ben Elliston <bje at wasabisystems dot com>
- To: gcc-help at gcc dot gnu dot org
- Cc: dejagnu at gnu dot org
- Date: 16 Oct 2003 07:44:51 +1000
- Subject: Re: precompiled tests
- References: <1066250910.1383.13.camel@gkraft4>
George Kraft <gk4@austin.ibm.com> writes:
> I am looking at the GCC 3.3.4 libstc++v3 tests and I'm trying to
> figure out how to build the tests once, then run the one set of
> binary images on multiple systems. Currently, DejaGnu recompiles
> the libstc++v3 tests each time.
Unless the machines are all identical, you cannot be sure that the
compilation would not proceed differently, leading to different
results. If the machines are all identical, I'm not sure why you'd
want to do this.
What problem are you trying to solve?
Ben