This is the mail archive of the gcc-help@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]
Other format: [Raw text]

Re: precompiled tests


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



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