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


* 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]