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]

Re: none



  In message <199805272005.VAA20442@phal.cygnus.co.uk>you write:
  > >   > So I came up with a solution that would keep gcc using TMPDIR for its
  > >   > temporaries, for speed, and would allow me to specify different
  > >   > directories for each run of dejagnu.  Perhaps the patch should use
  > >   > TMPDIR if TESTSUITE_TMPDIR is not set:
  > > Ah.  In that case, maybe the right way to go is to put temporary
  > > files in the testsuite object directory itself since you'd have
  > > different testsuite object directories for the different configs
  > > right?
  > 
  > No, this doesn't work when you want to run different tests from the
  > same (e.g. multilibbed) directory.
That's only an issue for folks doing parallel "make check" for multilibbed
configs.  Granted it'd be nice to handle that, but I don't think that's
the most important issue at hand, and it certainly doesn't work right
now!

If we want to handle that case, then I might suggest we have the
tmpdir be a subdir of the testsuite object directory.  The name of
the subdir would be derived from the multilib options.

So, does someone want to write a patch for that?  Or do we go with
a partial solution?

jeff



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