This is the mail archive of the gcc-patches@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: [Ada][testsuite] use sync to avoid missing executable


Everyone agrees there's an OS problem somewhere, my patch
is just a workaround and I don't see the point in spending more 
time on this.

It's now commited on mainline, waiting for 4.0.0 to be out for commit on
branch.

Laurent

On Mon, 2005-04-18 at 13:39 +0200, Florian Weimer wrote:
> * Laurent GUERBY:
> 
> > +      if [ ! -x $dir/tests/$chapter/$i/$binmain ]; then
> > +         sync
> > +      fi
> 
> Are you sure you need the sync, and not just the delay introduced by
> it?  I agree with Arno that it's a kernel bug if you really need it.
> sync shouldn't have any observable effect (except for the delay, of
> course).
> 


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